#javascript نتائج البحث
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


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




⚙️ 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



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

#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

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


🚀 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




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
🚀 100+ Open-source Clones #JavaScript #WebDev @GorvGoyl ⭐ 31526 github.com/GorvGoyl/Clone…
#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

@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

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

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

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




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

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

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

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


📘 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

🚀 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


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

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](https://pbs.twimg.com/media/G3eKW3OXgAIYNTr.jpg)
![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](https://pbs.twimg.com/media/G3eKW7RXoAAWyGJ.jpg)
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


Something went wrong.
Something went wrong.
United States Trends
- 1. #SmackDown 20.6K posts
- 2. George Santos 47.3K posts
- 3. Carson Beck 2,058 posts
- 4. Louisville 9,732 posts
- 5. Cal Raleigh 3,614 posts
- 6. Springer 8,296 posts
- 7. Ohtani 18.5K posts
- 8. Suarez 19.7K posts
- 9. Big Dumper 1,884 posts
- 10. Malachi Toney 1,193 posts
- 11. Dan Wilson 1,510 posts
- 12. Canzone 3,108 posts
- 13. Grand Slam 3,497 posts
- 14. #ALCS 4,773 posts
- 15. #askdave N/A
- 16. Ilja 5,095 posts
- 17. #DaytimeEmmys 3,161 posts
- 18. End 1Q N/A
- 19. End of 1st 1,660 posts
- 20. Jeff Brohm N/A