#javascript resultados da pesquisa
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 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
🚀 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
🚀 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
Day 20 🚀 | Web Dev Journey • Topic: Numbers & Math in JavaScript 🔢 • Explored methods like Math.floor(), Math.ceil(), Math.round() • Played with Math.random() to generate random values 🎲 Learning how math adds life to logic! ⚡💻 #100DaysOfCode #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
Day9 1.Revised Asynchronous programming in javascript 2. Revised async await and few more concepts #100DaysOfCode #Javascript #Development #LearnInPublic
🧠 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 24 Diving deeper 💻 🔹 DSA: Mountain & Rotated Arrays, Kth Missing Element 🔹 Web Dev: Functions, Arrow Functions, Closures & Callbacks Every concept — one step closer to mastery. #coding #javascript #cpp #webdevelopment #dsa #learnwithme @rohit_negi9
#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
Learning how to build a web server from scratch with Node.js. No frameworks, just pure JavaScript handling requests and responses. #backend #JavaScript #tech
✨ Today’s Learning: JavaScript Events 1️⃣ Events: Actions like click, mouse move, scroll, etc. 2️⃣ Event Listener: Detects those actions. 3️⃣ Event Action: Runs the function when the event occurs. That’s how web pages become interactive! #JavaScript #WebDev #Coding #Frontend
2/3 🔵 Chiste de programadores: ¿Cómo confortas a un desarrollador JavaScript? Solo le dices: "No te preocupes, todo va a estar 'undefined'". 🤣 Si entiendes esta broma, felicidades, ya estás muy adentrado en el mundo del #JavaScript!
Ace JS interviews! Ultimate eBook: 500+ machine coding Qs to master challenges. Practical tips for web devs & beyond. Free w/ Kindle Unlimited: amazon.in/dp/B0FV3TJHB8 #JavaScript #JavaScriptInterviewQuestions #MachineCoding #LearnToCode #WebDevelopment
Ace JS interviews! Ultimate eBook: 500+ machine coding Qs to master challenges. Practical tips for web devs & beyond. Free w/ Kindle Unlimited: amazon.in/dp/B0FV3TJHB8 #JavaScript #JavaScriptInterviewQuestions #MachineCoding #LearnToCode #WebDevelopment
Jenkins: How to Create Builds with the Jenkins Freestyle Project codeztech.com/2020/01/create… #developer #javascript #javascript30 #javadeveloper #100DaysOfCode #CodeNewbie #Java #Angular #codinglife #CodeNewbie
Learning how to build a web server from scratch with Node.js. No frameworks, just pure JavaScript handling requests and responses. #backend #JavaScript #tech
Day 30 of Web Development Course 🚀 By @rohit_negi9 Bhaiya Ji & @adityatandon02 Guri Ji Topic Covered: Events in JavaScript Events are the foundation of interactivity — actions like clicking a button, typing #JavaScript #MERNStack #Coding #WebDev #SpringBoot
My web development journey Day(16) - Javascript Lecture(07)-Fundamentals: Creating arrays, accessing elements, and basic modification. Lecture (08)-Fundamentals: Creating objects, understanding key-value pairs, and performing CRUD operations.#CoderArmy #webdev #javascript #css
✨️Day-13th of my JavaScript journey! Today I learned about the DOM (Document Object Model) — how JavaScript interacts with HTML & CSS to dynamically update web pages. 🌐 #JavaScript #WebDevelopment #LearningJourney #DefenseCourse
Good morning fellow coders, what are we debugging today?? #software #javascript #SoftwareEngineering #softwareDevelopment
🐬 Sprinklr is hiring Lead Software Engineer 🌇 India, Gurgaon, India 💪 #javascript #gcp #react #reactjs #aws #tech #softwareengineer #jobs echojobs.io/job/sprinklr-l…
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 20 🚀 | Web Dev Journey • Topic: Numbers & Math in JavaScript 🔢 • Explored methods like Math.floor(), Math.ceil(), Math.round() • Played with Math.random() to generate random values 🎲 Learning how math adds life to logic! ⚡💻 #100DaysOfCode #JavaScript #webdev
🚀 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
Day9 1.Revised Asynchronous programming in javascript 2. Revised async await and few more concepts #100DaysOfCode #Javascript #Development #LearnInPublic
Day 1 of JavaScript Learning. Today marks my first day of JS! 💻Easier syntax. ⚡ Used V8 Engine browsers. Moved from C++ to JS for its simplicity, flexibility, and web magic✨ #Javascript #CodingJourney
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
🚀 #Day28 of my #JavaScript journey with @rohit_negi9 Learned CRUD Operations in the DOM 🌐 Explored how to create, Read, update & Delete elements dynamically using JS. Also understood how the Document Object Model (DOM) works. #100DaysOfCode #MERN
🚀 Day 29 Done! Mastered CRUD Operations in DOM 🧩 (Create, Read, Update, Delete) using JS ✨ DOM now feels like pure power 💪 #100DaysOfCode #JavaScript #WebDev #CoderArmy
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
🚀 #Day29 of my #JavaScript journey with @rohit_negi9 Learned about Events & Event Handlers — how web pages respond to clicks, keypresses & more. Explored inline events, DOM handlers & addEventListener(). Making web pages interactive is pure magic! ✨ #100DaysOfCode #MERN
Today I learned about JavaScript Design Patterns!!!!!! ✅ IIFE ✅ Module Pattern ✅ Factory Function ✅ Observer Pattern Each one makes code cleaner, reusable & smarter ✨ #JavaScript #100DaysOfCode
Day 27 of my #50DaysOfJs challenge Today: Event Listeners & Form Handling. Now I can make websites listen to actions & collect data with ease. Took a little break on Day 26 to recharge, but back at it now! Next stop: Day 28 #webdev #JavaScript #100DaysOfCode #CodeChallenge
🚀 Day 29 Completed! Topic: CRUD Operation in DOM | The Document Object Model (DOM) Explained | Javascript Full Course #14 @rohit_negi9 #100DaysOfCode #JavaScript #WebDev
Day 23 of Web Development ✅ Learned JavaScript Objects — and realized how powerful they are once you “get” them! #WebDevelopment #JavaScript
💻 Day 27 of #100DaysOfCode Today I practiced DOM CRUD operations — created, read, updated, and deleted elements dynamically using JavaScript! ⚡ Thanks to @CoderArmy and Rohit Negi Bhaiya for the constant motivation 🙌 #JavaScript #WebDevelopment #DOM #CRUD #CodingJourney
Completed Lecture 27 & 28 today Lecture 27: Learned DOM manipulation, DOM tree, attaching JS to HTML, selectors, and concepts of window & document. Lecture 28: Practiced CRUD operations & traversing list tags with JS forEach. Thanks @rohit_negi9 & @adityatandon02 #JavaScript
Something went wrong.
Something went wrong.
United States Trends
- 1. Flacco 86.4K posts
- 2. Bengals 81.3K posts
- 3. Bengals 81.3K posts
- 4. #clubironmouse 3,166 posts
- 5. Tomlin 22K posts
- 6. #criticalrolespoilers 8,262 posts
- 7. Ramsey 19.2K posts
- 8. Chase 106K posts
- 9. Chase 106K posts
- 10. #WhoDidTheBody 1,621 posts
- 11. yeonjun 115K posts
- 12. #SEVENTEEN_NEW_IN_LA 46.2K posts
- 13. #WhoDey 6,908 posts
- 14. Cuomo 85.4K posts
- 15. Teryl Austin 2,825 posts
- 16. Andrew Berry 3,299 posts
- 17. Xenoverse 3 N/A
- 18. Tame Impala 5,619 posts
- 19. Max Scherzer 14.6K posts
- 20. Burrow 9,909 posts