Day 76 of #100DaysOfCode (16 October) Completed my Stone Paper Scissors Game 🎮 using HTML, CSS & JS Added real-time score tracking for both user & computer Dynamic result messages (Win/Loss/Draw) Interactive gameplay logic with event listeners #WebDev #JavaScript #CONNECT

manthan3124's tweet image. Day 76 of #100DaysOfCode (16 October) 

Completed my Stone Paper Scissors Game 🎮 using HTML, CSS & JS
Added real-time score tracking for both user & computer
Dynamic result messages (Win/Loss/Draw)
Interactive gameplay logic with event listeners
#WebDev #JavaScript #CONNECT

Day 35 of #100DaysOfCode ✨ Explored all JavaScript Array operations💡 push, pop, slice, splice, map, filter, reduce & more - solid practice! #JavaScript

Argekar077's tweet image. Day 35 of #100DaysOfCode ✨
Explored all JavaScript Array operations💡
push, pop, slice, splice, map, filter, reduce & more - solid practice!
#JavaScript
Argekar077's tweet image. Day 35 of #100DaysOfCode ✨
Explored all JavaScript Array operations💡
push, pop, slice, splice, map, filter, reduce & more - solid practice!
#JavaScript

Day 30 – JS Events & Flow ⚡ Mastered DOM Events, bubbling, and capturing. Used addEventListener(), explored the event object, and controlled flow with stopPropagation(). Learning from @rohit_negi9 Bhaiya #BuildInPublic #JavaScript #WebDev #DOM

b10276653's tweet image. Day 30 – JS Events & Flow ⚡
Mastered DOM Events, bubbling, and capturing.
Used addEventListener(), explored the event object, and controlled flow with stopPropagation().
Learning from @rohit_negi9 Bhaiya
#BuildInPublic #JavaScript #WebDev  #DOM

Today’s pattern practice in JavaScript: - Inverted Triangle -Mirror Right Triangle Also gave a try to Pyramid & X patterns — not perfect yet, but I always try myself first before watching the tutorial Small progress today... #DSA #JavaScript #BuildInPublic

AmanSha01749335's tweet image. Today’s pattern practice in JavaScript:

- Inverted Triangle
-Mirror Right Triangle

Also gave a try to Pyramid & X patterns — not perfect yet, but I always try myself first before watching the tutorial 
Small progress today...
#DSA #JavaScript #BuildInPublic
AmanSha01749335's tweet image. Today’s pattern practice in JavaScript:

- Inverted Triangle
-Mirror Right Triangle

Also gave a try to Pyramid & X patterns — not perfect yet, but I always try myself first before watching the tutorial 
Small progress today...
#DSA #JavaScript #BuildInPublic
AmanSha01749335's tweet image. Today’s pattern practice in JavaScript:

- Inverted Triangle
-Mirror Right Triangle

Also gave a try to Pyramid & X patterns — not perfect yet, but I always try myself first before watching the tutorial 
Small progress today...
#DSA #JavaScript #BuildInPublic
AmanSha01749335's tweet image. Today’s pattern practice in JavaScript:

- Inverted Triangle
-Mirror Right Triangle

Also gave a try to Pyramid & X patterns — not perfect yet, but I always try myself first before watching the tutorial 
Small progress today...
#DSA #JavaScript #BuildInPublic

⚙️ Day 29/365 – JS DOM CRUD Operations Today I learned: 🔹 Create, Read, Update, Delete elements 🔹 Work with DOM methods like createElement() & remove() 🔹 Build dynamic, interactive pages 💡 Key takeaway: CRUD mastery = full control of the browser DOM! #JavaScript #WebDev

imohammadayan's tweet image. ⚙️ Day 29/365 – JS DOM CRUD Operations
Today I learned:
🔹 Create, Read, Update, Delete elements
🔹 Work with DOM methods like createElement() & remove()
🔹 Build dynamic, interactive pages

💡 Key takeaway: CRUD mastery = full control of the browser DOM!

 #JavaScript #WebDev
imohammadayan's tweet image. ⚙️ Day 29/365 – JS DOM CRUD Operations
Today I learned:
🔹 Create, Read, Update, Delete elements
🔹 Work with DOM methods like createElement() & remove()
🔹 Build dynamic, interactive pages

💡 Key takeaway: CRUD mastery = full control of the browser DOM!

 #JavaScript #WebDev
imohammadayan's tweet image. ⚙️ Day 29/365 – JS DOM CRUD Operations
Today I learned:
🔹 Create, Read, Update, Delete elements
🔹 Work with DOM methods like createElement() & remove()
🔹 Build dynamic, interactive pages

💡 Key takeaway: CRUD mastery = full control of the browser DOM!

 #JavaScript #WebDev
imohammadayan's tweet image. ⚙️ Day 29/365 – JS DOM CRUD Operations
Today I learned:
🔹 Create, Read, Update, Delete elements
🔹 Work with DOM methods like createElement() & remove()
🔹 Build dynamic, interactive pages

💡 Key takeaway: CRUD mastery = full control of the browser DOM!

 #JavaScript #WebDev

Today I learned about JavaScript Design Patterns!!!!!! ✅ IIFE ✅ Module Pattern ✅ Factory Function ✅ Observer Pattern Each one makes code cleaner, reusable & smarter ✨ #JavaScript #100DaysOfCode

ftma_twt6's tweet image. Today I learned about JavaScript Design Patterns!!!!!!
✅ IIFE
✅ Module Pattern
✅ Factory Function
✅ Observer Pattern
Each one makes code cleaner, reusable & smarter ✨
#JavaScript #100DaysOfCode
ftma_twt6's tweet image. Today I learned about JavaScript Design Patterns!!!!!!
✅ IIFE
✅ Module Pattern
✅ Factory Function
✅ Observer Pattern
Each one makes code cleaner, reusable & smarter ✨
#JavaScript #100DaysOfCode
ftma_twt6's tweet image. Today I learned about JavaScript Design Patterns!!!!!!
✅ IIFE
✅ Module Pattern
✅ Factory Function
✅ Observer Pattern
Each one makes code cleaner, reusable & smarter ✨
#JavaScript #100DaysOfCode

Day 26 & 27 of Web Dev ⚡ Dove deep into JavaScript’s brain — closures, higher-order functions, and scope. Also explored filter, map, reduce & set — the real power tools behind clean, efficient code! 🔥 #WebDevelopment #Javascript

CharismaSolace's tweet image. Day 26 & 27 of Web Dev ⚡
Dove deep into JavaScript’s brain — closures, higher-order functions, and scope.
Also explored filter, map, reduce & set — the real power tools behind clean, efficient code! 🔥
#WebDevelopment #Javascript
CharismaSolace's tweet image. Day 26 & 27 of Web Dev ⚡
Dove deep into JavaScript’s brain — closures, higher-order functions, and scope.
Also explored filter, map, reduce & set — the real power tools behind clean, efficient code! 🔥
#WebDevelopment #Javascript

🎲 Just built this fun Dicee Game! Roll the dice and see who wins - Player 1, Player 2, or is it a draw? No more manual refreshing, just click "Play" and let the dice decide! 📷 kantore-jg.github.io/Dicee-Game/ #JavaScript #WebDev #GameDev #CodingProject

ni_Kantore's tweet image. 🎲 Just built this fun Dicee Game! Roll the dice and see who wins - Player 1, Player 2, or is it a draw?  No more manual refreshing, just click "Play" and let the dice decide! 📷
 kantore-jg.github.io/Dicee-Game/ 

#JavaScript #WebDev #GameDev #CodingProject

#Day26 #javascript We will demystify three of the foundational features of the language: Scope,Closures, and Higher-Order Functions The foundation for powerful array methods like .map() and .filter(), and essential patterns like callbacks. @rohit_negi9 @adityatandon02 @CoderArmy

Abhishe28320848's tweet image. #Day26 #javascript We will demystify three of the foundational features of the language: Scope,Closures, and Higher-Order Functions
The foundation for powerful array methods like .map() and .filter(), and essential patterns like callbacks.
@rohit_negi9 @adityatandon02 @CoderArmy
Abhishe28320848's tweet image. #Day26 #javascript We will demystify three of the foundational features of the language: Scope,Closures, and Higher-Order Functions
The foundation for powerful array methods like .map() and .filter(), and essential patterns like callbacks.
@rohit_negi9 @adityatandon02 @CoderArmy
Abhishe28320848's tweet image. #Day26 #javascript We will demystify three of the foundational features of the language: Scope,Closures, and Higher-Order Functions
The foundation for powerful array methods like .map() and .filter(), and essential patterns like callbacks.
@rohit_negi9 @adityatandon02 @CoderArmy
Abhishe28320848's tweet image. #Day26 #javascript We will demystify three of the foundational features of the language: Scope,Closures, and Higher-Order Functions
The foundation for powerful array methods like .map() and .filter(), and essential patterns like callbacks.
@rohit_negi9 @adityatandon02 @CoderArmy

🧠 Cyclomatic Complexity - the higher it is, the harder your code is to understand, test & maintain. Keep it low for: 🧩 Faster debugging 🔧 Easier refactoring 🚀 Fewer bugs Clean code = confident deploys. #JavaScript #CleanCode #CodeQuality #DevLife

codeacio's tweet image. 🧠 Cyclomatic Complexity - the higher it is, the harder your code is to understand, test & maintain.

Keep it low for:
🧩 Faster debugging
🔧 Easier refactoring
🚀 Fewer bugs

Clean code = confident deploys.

#JavaScript #CleanCode #CodeQuality #DevLife

Day 41 of #100DaysOfCode Working on a retro style Tic-Tac-Toe game... Focusing on logic, layout, and the nostalgic feel ! (In progress) #100DaysOfCode #JavaScript #LearnInPublic

alexinwebs's tweet image. Day 41 of #100DaysOfCode 

Working on a retro style Tic-Tac-Toe game... Focusing on logic, layout, and the nostalgic feel ! (In progress)
#100DaysOfCode #JavaScript #LearnInPublic
alexinwebs's tweet image. Day 41 of #100DaysOfCode 

Working on a retro style Tic-Tac-Toe game... Focusing on logic, layout, and the nostalgic feel ! (In progress)
#100DaysOfCode #JavaScript #LearnInPublic

Applying my js learnings to the some basic project... #100DaysOfCode #javaScript

alexinwebs's tweet image. Applying my js learnings to the some basic project...
#100DaysOfCode #javaScript

🚀 Built a full Landing Page using only JavaScript DOM Manipulation — no HTML/CSS written! 🧩 Learned to create, style & structure elements dynamically with Flexbox. 💡 Great prep for React/Vue! #100DaysOfCode #JavaScript #WebDevelopment #DOMManipulation #Frontend

vickychauhan_01's tweet image. 🚀 Built a full Landing Page using only JavaScript DOM Manipulation — no HTML/CSS written!

🧩 Learned to create, style & structure elements dynamically with Flexbox.
💡 Great prep for React/Vue!

#100DaysOfCode #JavaScript #WebDevelopment #DOMManipulation #Frontend
vickychauhan_01's tweet image. 🚀 Built a full Landing Page using only JavaScript DOM Manipulation — no HTML/CSS written!

🧩 Learned to create, style & structure elements dynamically with Flexbox.
💡 Great prep for React/Vue!

#100DaysOfCode #JavaScript #WebDevelopment #DOMManipulation #Frontend
vickychauhan_01's tweet image. 🚀 Built a full Landing Page using only JavaScript DOM Manipulation — no HTML/CSS written!

🧩 Learned to create, style & structure elements dynamically with Flexbox.
💡 Great prep for React/Vue!

#100DaysOfCode #JavaScript #WebDevelopment #DOMManipulation #Frontend
vickychauhan_01's tweet image. 🚀 Built a full Landing Page using only JavaScript DOM Manipulation — no HTML/CSS written!

🧩 Learned to create, style & structure elements dynamically with Flexbox.
💡 Great prep for React/Vue!

#100DaysOfCode #JavaScript #WebDevelopment #DOMManipulation #Frontend

#MERN Day 21 : JS Arrays! 1. JS Array is an Object (can be sparse & mixed-type). Not a "real" array! 2. NEVER use delete. Use .splice() instead. 3. Sorting Numbers requires a function: arr.sort((a, b) => a - b). Default sort fails! @rohit_negi9 #JavaScript #WebDev

Sagar18001's tweet image. #MERN Day 21 : JS Arrays!

1. JS Array is an Object (can be sparse & mixed-type). Not a "real" array!

2. NEVER use delete. Use .splice() instead.

3. Sorting Numbers requires a function: arr.sort((a, b) => a - b). Default sort fails!
@rohit_negi9 

#JavaScript  #WebDev
Sagar18001's tweet image. #MERN Day 21 : JS Arrays!

1. JS Array is an Object (can be sparse & mixed-type). Not a "real" array!

2. NEVER use delete. Use .splice() instead.

3. Sorting Numbers requires a function: arr.sort((a, b) => a - b). Default sort fails!
@rohit_negi9 

#JavaScript  #WebDev
Sagar18001's tweet image. #MERN Day 21 : JS Arrays!

1. JS Array is an Object (can be sparse & mixed-type). Not a "real" array!

2. NEVER use delete. Use .splice() instead.

3. Sorting Numbers requires a function: arr.sort((a, b) => a - b). Default sort fails!
@rohit_negi9 

#JavaScript  #WebDev
Sagar18001's tweet image. #MERN Day 21 : JS Arrays!

1. JS Array is an Object (can be sparse & mixed-type). Not a "real" array!

2. NEVER use delete. Use .splice() instead.

3. Sorting Numbers requires a function: arr.sort((a, b) => a - b). Default sort fails!
@rohit_negi9 

#JavaScript  #WebDev

Day9 1.Revised Asynchronous programming in javascript 2. Revised async await and few more concepts #100DaysOfCode #Javascript #Development #LearnInPublic

AS_1829's tweet image. Day9 
1.Revised Asynchronous programming in javascript
2. Revised async await and few more concepts 
#100DaysOfCode #Javascript #Development #LearnInPublic

🚀 Built a Click Counter with HTML, CSS & JS 🎯 Learned events, DOM updates & interactivity ⚡ 🧠 Key Takeaways: 👉 Captured clicks with addEventListener() 👉 Updated text dynamically Small project, big lessons! 💪 #Day31 #100DaysOfCode #JavaScript #WebDev #Frontend


#JavaScript could really use an #undo / #redo #API in the same general context that is has #pushState and #replaceState based on inherent changes to element text; we can't undo pasting text that we intercept, clean and then append to an element.


#JavaScript in #Hardware with @Espruino a low-power microcontrollers that run #JS More info at espruino.com

matiasmasca's tweet image. #JavaScript in #Hardware with @Espruino 
a low-power microcontrollers that run #JS
More info at espruino.com

@ngconf 2025 has been awesome so far! We’re having a blast connecting with the Angular community and catching all the amazing sessions and tech talks. Only 1 day left to visit the MESCIUS booth – grab free swag and enter our license giveaway before it’s gone! #JavaScript

MESCIUS_inc's tweet image. @ngconf 2025 has been awesome so far! We’re having a blast connecting with the Angular community and catching all the amazing sessions and tech talks.

Only 1 day left to visit the MESCIUS booth – grab free swag and enter our license giveaway before it’s gone!

#JavaScript…
MESCIUS_inc's tweet image. @ngconf 2025 has been awesome so far! We’re having a blast connecting with the Angular community and catching all the amazing sessions and tech talks.

Only 1 day left to visit the MESCIUS booth – grab free swag and enter our license giveaway before it’s gone!

#JavaScript…
MESCIUS_inc's tweet image. @ngconf 2025 has been awesome so far! We’re having a blast connecting with the Angular community and catching all the amazing sessions and tech talks.

Only 1 day left to visit the MESCIUS booth – grab free swag and enter our license giveaway before it’s gone!

#JavaScript…

Wrote a smol app for the phone to rate playlist songs while jogging.🏃pl4n3.github.io/forms/rate/tab… #javascript


User interface for nginx web server, no need to manage configuration files manually github.com/lucasdillmann/… #golang #javascript

ibm2100's tweet image. User interface for nginx web server, no need to manage configuration files manually

github.com/lucasdillmann/…

#golang #javascript

In Attack Phase 56 the demonlord equips twin frostwall canons! #javascript #IndieGameDev #indiegames #Aiart️️️️️️️️️️️️️️️️ #indiedev #html #css


React Day 59 ⚛️ Tried numerous hooks - got hooked (and slightly injured) 😂 Debugged endlessly 💻 Regrinding a few core concepts — taking time, but I’ll get there.🔥 In the end, consistency wins. 💪 #ReactJS #WebDevelopment #JavaScript #100DaysOfCode #FrontendDev #BuildInPublic

Soumyadeep58881's tweet image. React Day 59 ⚛️
Tried numerous hooks - got hooked (and slightly injured) 😂
Debugged endlessly 💻
Regrinding a few core concepts — taking time, but I’ll get there.🔥
In the end, consistency wins. 💪
#ReactJS #WebDevelopment #JavaScript  #100DaysOfCode #FrontendDev  #BuildInPublic

We’re using a simple products.json file to store all product info — IDs, names, prices, images & descriptions — and display them dynamically with JS 🛍️ Read the full article codezelo.com/en/categories/… #HTML #CSS #JavaScript #WebDev #Coding #Frontend #JSON

DevMahmoudAdel's tweet image. We’re using a simple products.json file to store all product info — IDs, names, prices, images & descriptions — and display them dynamically with JS 🛍️
Read the full article
codezelo.com/en/categories/…

#HTML #CSS #JavaScript #WebDev #Coding #Frontend #JSON
DevMahmoudAdel's tweet image. We’re using a simple products.json file to store all product info — IDs, names, prices, images & descriptions — and display them dynamically with JS 🛍️
Read the full article
codezelo.com/en/categories/…

#HTML #CSS #JavaScript #WebDev #Coding #Frontend #JSON

React-Bootstrap Bootstrap 5 components built with React for responsive, modern web interfaces. #react #bootstrap #javascript #typescript

essamamdani's tweet image. React-Bootstrap

Bootstrap 5 components built with React for responsive, modern web interfaces. #react #bootstrap #javascript #typescript

Day 30 – JS Events & Flow ⚡ Mastered DOM Events, bubbling, and capturing. Used addEventListener(), explored the event object, and controlled flow with stopPropagation(). Learning from @rohit_negi9 Bhaiya #BuildInPublic #JavaScript #WebDev #DOM

b10276653's tweet image. Day 30 – JS Events & Flow ⚡
Mastered DOM Events, bubbling, and capturing.
Used addEventListener(), explored the event object, and controlled flow with stopPropagation().
Learning from @rohit_negi9 Bhaiya
#BuildInPublic #JavaScript #WebDev  #DOM

Today’s pattern practice in JavaScript: - Inverted Triangle -Mirror Right Triangle Also gave a try to Pyramid & X patterns — not perfect yet, but I always try myself first before watching the tutorial Small progress today... #DSA #JavaScript #BuildInPublic

AmanSha01749335's tweet image. Today’s pattern practice in JavaScript:

- Inverted Triangle
-Mirror Right Triangle

Also gave a try to Pyramid & X patterns — not perfect yet, but I always try myself first before watching the tutorial 
Small progress today...
#DSA #JavaScript #BuildInPublic
AmanSha01749335's tweet image. Today’s pattern practice in JavaScript:

- Inverted Triangle
-Mirror Right Triangle

Also gave a try to Pyramid & X patterns — not perfect yet, but I always try myself first before watching the tutorial 
Small progress today...
#DSA #JavaScript #BuildInPublic
AmanSha01749335's tweet image. Today’s pattern practice in JavaScript:

- Inverted Triangle
-Mirror Right Triangle

Also gave a try to Pyramid & X patterns — not perfect yet, but I always try myself first before watching the tutorial 
Small progress today...
#DSA #JavaScript #BuildInPublic
AmanSha01749335's tweet image. Today’s pattern practice in JavaScript:

- Inverted Triangle
-Mirror Right Triangle

Also gave a try to Pyramid & X patterns — not perfect yet, but I always try myself first before watching the tutorial 
Small progress today...
#DSA #JavaScript #BuildInPublic

Day 41 of #100DaysOfCode Working on a retro style Tic-Tac-Toe game... Focusing on logic, layout, and the nostalgic feel ! (In progress) #100DaysOfCode #JavaScript #LearnInPublic

alexinwebs's tweet image. Day 41 of #100DaysOfCode 

Working on a retro style Tic-Tac-Toe game... Focusing on logic, layout, and the nostalgic feel ! (In progress)
#100DaysOfCode #JavaScript #LearnInPublic
alexinwebs's tweet image. Day 41 of #100DaysOfCode 

Working on a retro style Tic-Tac-Toe game... Focusing on logic, layout, and the nostalgic feel ! (In progress)
#100DaysOfCode #JavaScript #LearnInPublic

Day 76 of #100DaysOfCode (16 October) Completed my Stone Paper Scissors Game 🎮 using HTML, CSS & JS Added real-time score tracking for both user & computer Dynamic result messages (Win/Loss/Draw) Interactive gameplay logic with event listeners #WebDev #JavaScript #CONNECT

manthan3124's tweet image. Day 76 of #100DaysOfCode (16 October) 

Completed my Stone Paper Scissors Game 🎮 using HTML, CSS & JS
Added real-time score tracking for both user & computer
Dynamic result messages (Win/Loss/Draw)
Interactive gameplay logic with event listeners
#WebDev #JavaScript #CONNECT

Day 20 ✅ #Defence Batch" Topics I explored today: 🔢 Numbers → integers, floats, conversions 📐 Math → round, floor, ceil, sqrt, pow ✨ Random – Math.random() vs secure crypto.getRandomValues() #JavaScript #BuildInPublic #Code #Consistency #100DaysOfCode

nikee_sahu41628's tweet image. Day 20 ✅ 
 #Defence  Batch"
Topics I explored today: 
🔢 Numbers → integers, floats, conversions
📐 Math → round, floor, ceil, sqrt, pow
✨ Random – Math.random() vs secure           crypto.getRandomValues()

#JavaScript #BuildInPublic #Code #Consistency #100DaysOfCode

🎲 Just built this fun Dicee Game! Roll the dice and see who wins - Player 1, Player 2, or is it a draw? No more manual refreshing, just click "Play" and let the dice decide! 📷 kantore-jg.github.io/Dicee-Game/ #JavaScript #WebDev #GameDev #CodingProject

ni_Kantore's tweet image. 🎲 Just built this fun Dicee Game! Roll the dice and see who wins - Player 1, Player 2, or is it a draw?  No more manual refreshing, just click "Play" and let the dice decide! 📷
 kantore-jg.github.io/Dicee-Game/ 

#JavaScript #WebDev #GameDev #CodingProject

Day 35 of #100DaysOfCode ✨ Explored all JavaScript Array operations💡 push, pop, slice, splice, map, filter, reduce & more - solid practice! #JavaScript

Argekar077's tweet image. Day 35 of #100DaysOfCode ✨
Explored all JavaScript Array operations💡
push, pop, slice, splice, map, filter, reduce & more - solid practice!
#JavaScript
Argekar077's tweet image. Day 35 of #100DaysOfCode ✨
Explored all JavaScript Array operations💡
push, pop, slice, splice, map, filter, reduce & more - solid practice!
#JavaScript

🚀 Day 3 of #100DaysOfCode Started learning JavaScript today! 💻 Learned what JS is, why it’s used & how it makes web pages interactive. Thanks to Rohit Negi (Coder Army) for the clear explanation 🙌 Excited to keep learning! 🔥 #JavaScript #WebDev #Frontend #CodingJourney

AyushKu43206243's tweet image. 🚀 Day 3 of #100DaysOfCode
Started learning JavaScript today! 💻
Learned what JS is, why it’s used & how it makes web pages interactive.

Thanks to Rohit Negi (Coder Army) for the clear explanation 🙌
Excited to keep learning! 🔥

#JavaScript #WebDev #Frontend #CodingJourney

Day 24 & 25 of Web Dev✅ Dove deep into JavaScript functions — the real building blocks of logic! Also explored how JS code runs and the magic of hoisting ✨ #WebDevelopment #javascript

CharismaSolace's tweet image. Day 24 & 25 of Web Dev✅
Dove deep into JavaScript functions — the real building blocks of logic!
Also explored how JS code runs and the magic of hoisting ✨
#WebDevelopment #javascript
CharismaSolace's tweet image. Day 24 & 25 of Web Dev✅
Dove deep into JavaScript functions — the real building blocks of logic!
Also explored how JS code runs and the magic of hoisting ✨
#WebDevelopment #javascript

Applying my js learnings to the some basic project... #100DaysOfCode #javaScript

alexinwebs's tweet image. Applying my js learnings to the some basic project...
#100DaysOfCode #javaScript

📘 Day 27–28 of my JavaScript journey! Learned about Map, Filter, Reduce, Set & Map — and explored DOM Manipulation. Understanding how data transforms and how to control web elements was amazing! 💻🔥 #JavaScript #WebDevelopment #LearningJourney #Coding

Snycoder_x's tweet image. 📘 Day 27–28 of my JavaScript journey!
Learned about Map, Filter, Reduce, Set & Map — and explored DOM Manipulation.
Understanding how data transforms and how to control web elements was amazing! 💻🔥
#JavaScript #WebDevelopment #LearningJourney #Coding
Snycoder_x's tweet image. 📘 Day 27–28 of my JavaScript journey!
Learned about Map, Filter, Reduce, Set & Map — and explored DOM Manipulation.
Understanding how data transforms and how to control web elements was amazing! 💻🔥
#JavaScript #WebDevelopment #LearningJourney #Coding
Snycoder_x's tweet image. 📘 Day 27–28 of my JavaScript journey!
Learned about Map, Filter, Reduce, Set & Map — and explored DOM Manipulation.
Understanding how data transforms and how to control web elements was amazing! 💻🔥
#JavaScript #WebDevelopment #LearningJourney #Coding

🚀Learning #JavaScript with Rohit Negi Sir💻Topics: 🔹Hoisting In-Depth 🔼 🔹Global Execution Context 🌐 🔹Memory Allocation & Execution Phase ⚙️ 🔹Stack & Heap Memory 🧠📦Loving the deep dive into JS internals✨ #WebDevelopment #Coding #Learning #CoderArmy #RohitNegi #Frontend

SubhadipDe94973's tweet image. 🚀Learning #JavaScript with Rohit Negi Sir💻Topics: 🔹Hoisting In-Depth 🔼 🔹Global Execution Context 🌐 🔹Memory Allocation & Execution Phase ⚙️ 🔹Stack & Heap Memory 🧠📦Loving the deep dive into JS internals✨ #WebDevelopment #Coding #Learning #CoderArmy #RohitNegi #Frontend

🚀 Day 1 of my journey through LeetCode’s Top 150 Interview Questions! ✅ Solved: 1️⃣ Majority Element 2️⃣ Rotate Array 3️⃣ Best Time to Buy and Sell Stock Starting with the essentials — feeling sharp and focused 💡 Let’s keep building! #LeetCode #DSA #JavaScript

AkashCh67233616's tweet image. 🚀 Day 1 of my journey through LeetCode’s Top 150 Interview Questions!

✅ Solved:
1️⃣ Majority Element
2️⃣ Rotate Array  
3️⃣ Best Time to Buy and Sell Stock

Starting with the essentials — feeling sharp and focused 💡  
Let’s keep building!  
#LeetCode #DSA #JavaScript
AkashCh67233616's tweet image. 🚀 Day 1 of my journey through LeetCode’s Top 150 Interview Questions!

✅ Solved:
1️⃣ Majority Element
2️⃣ Rotate Array  
3️⃣ Best Time to Buy and Sell Stock

Starting with the essentials — feeling sharp and focused 💡  
Let’s keep building!  
#LeetCode #DSA #JavaScript
AkashCh67233616's tweet image. 🚀 Day 1 of my journey through LeetCode’s Top 150 Interview Questions!

✅ Solved:
1️⃣ Majority Element
2️⃣ Rotate Array  
3️⃣ Best Time to Buy and Sell Stock

Starting with the essentials — feeling sharp and focused 💡  
Let’s keep building!  
#LeetCode #DSA #JavaScript

Day 74 - LC & OS 🪐 - Solved : LC 680 - OS Progress : - Env vars, Worked with .env, dotenv, and process.env - Explored common env vars like PORT, NODE_ENV, API_KEY - Installed & configured WSL for Linux on Windows #100DaysOfCode #buildinpublic #JavaScript #NodeJS #DSA #LeetCode

Prasad_Yeole_'s tweet image. Day 74 - LC & OS 🪐

- Solved : LC 680
- OS Progress :
- Env vars, Worked with .env, dotenv, and process.env
- Explored common env vars like PORT, NODE_ENV, API_KEY
- Installed & configured WSL for Linux on Windows

#100DaysOfCode #buildinpublic #JavaScript #NodeJS #DSA #LeetCode
Prasad_Yeole_'s tweet image. Day 74 - LC & OS 🪐

- Solved : LC 680
- OS Progress :
- Env vars, Worked with .env, dotenv, and process.env
- Explored common env vars like PORT, NODE_ENV, API_KEY
- Installed & configured WSL for Linux on Windows

#100DaysOfCode #buildinpublic #JavaScript #NodeJS #DSA #LeetCode

Day 2️⃣4️⃣ – Web Dev Journey 🚀 📌 Learned: • How JS code actually runs ⚙️ • JS Engine (V8) & Execution Context • Creation vs Execution phase • Hoisting of var, let & const • Call Stack & Memory Heap #JavaScript #WebDevelopment #CodingJourney

Ayushtiwari7819's tweet image. Day 2️⃣4️⃣ – Web Dev Journey 🚀

📌 Learned:
• How JS code actually runs ⚙️
• JS Engine (V8) & Execution Context
• Creation vs Execution phase
• Hoisting of var, let & const
• Call Stack & Memory Heap

#JavaScript #WebDevelopment #CodingJourney

🚀 Day 6 of #100DaysOfCode Learned about Conditionals, Loops & Operators in JavaScript 💻 Explored if-else, switch, for, while & logical operators. Thanks to @rohit_negi9 Negi (Coder Army) for the clear explanation 🙌 #JavaScript #WebDev #CoderArmy #RohitNegi

AyushKu43206243's tweet image. 🚀 Day 6 of #100DaysOfCode
Learned about Conditionals, Loops & Operators in JavaScript 💻

Explored if-else, switch, for, while & logical operators.
Thanks to @rohit_negi9 Negi (Coder Army) for the clear explanation 🙌

#JavaScript #WebDev #CoderArmy #RohitNegi

Day 35 of #100DaysOfCode 💻 Learned about the ES6 Spread Operator in React! Built a To-Do List app that adds new items dynamically using: setItems(p => [...p, inputText]); Had a few bugs 😅 but debugging made it stick even better. #React #JavaScript #FrontendDev

Dev_JesseMaduka's tweet image. Day 35 of #100DaysOfCode 💻
Learned about the ES6 Spread Operator in React!
Built a To-Do List app that adds new items dynamically using:
setItems(p => [...p, inputText]);
Had a few bugs 😅 but debugging made it stick even better.
#React #JavaScript #FrontendDev
Dev_JesseMaduka's tweet image. Day 35 of #100DaysOfCode 💻
Learned about the ES6 Spread Operator in React!
Built a To-Do List app that adds new items dynamically using:
setItems(p => [...p, inputText]);
Had a few bugs 😅 but debugging made it stick even better.
#React #JavaScript #FrontendDev

Day 32 of #100DaysOfCode Restarted with the basics of React to strengthen my foundation Then dived into useState & useEffect, learning about re-rendering, mounting, unmounting, and conditional rendering. Built a mini counter app with proper lifecycle handling #React #JavaScript

alexinwebs's tweet image. Day 32 of #100DaysOfCode

Restarted with the basics of React to strengthen my foundation
Then dived into useState & useEffect, learning about re-rendering, mounting, unmounting, and conditional rendering.
Built a mini counter app with proper lifecycle handling
#React #JavaScript
alexinwebs's tweet image. Day 32 of #100DaysOfCode

Restarted with the basics of React to strengthen my foundation
Then dived into useState & useEffect, learning about re-rendering, mounting, unmounting, and conditional rendering.
Built a mini counter app with proper lifecycle handling
#React #JavaScript

Loading...

Something went wrong.


Something went wrong.


United States Trends