#namastejavascript search results
🔴 Day 86-87 #100daysofcode -Done with #NamasteJavascript now i can understand how javascript work under the hood. --Now getting basic knowledge of AWS. --Solved a #freecodecamp React Assignment. #WebDevelopment #BuildInPublic
🔴 Day 84 #100daysofcode --Learned some new Hooks today useReducer,useOptimistic. --And did deep dive in high order function callback hell map,reduce,filter to make my fundamentals more strong to learn whats going on under the hood. #WebDevelopment #NamasteJavascript
Dear YouTube intern you might have touched something. The play and pause not changing correctly. #namasteJavascript @YouTube @akshaymarch7
🔴 Day 81 - 82 #100daysofcode --Started #NamasteJavascript playlist to get deep understanding of JS. --Learned about working of JS its behaviour why its different then other Languages and some Concepts. --Practiced React from #freecodecamp. #WebDevelopment #BuildInPublic
Just Started preparing for my Js interviews with the best resource available on YouTube. #javascript #namastejavascript
4 years on YouTube, more than 2 million unique viewers. Still Namaste JavaScript remains the best series to learn JavaScript from. Thank you! ♥️ #namastejavascript
Day 72 of #100DaysOfCode 💻 -Completed the last project (Simple Timer) from @traversymedia's course videos. -Revised basics of OOP from @kunalstwt's videos. -Started watching #NamasteJavaScript from @akshaymarch7's videos #javascript #twitter #OPPS
Just wrapped up Episode 12 of Namaste JavaScript by @akshaymarch7 🚀! Key takeaways: 1⃣ Scope chain and Lexical Environment clarity 🧠 2⃣ Pros and cons of closures 3⃣ Data privacy using closures 4⃣ Akshay bhaiya's explanation style👌 #NamasteJavaScript
So today I learnt "Closures in JS 🔥" from Namaste JavaScript series by @akshaymarch7 Thank you so much Akshay Sir for such a valuable content 😌 [Literally you can make anyone fall in love with JS❤️] #NamasteJavascript
Was scratching my head in order to learn call, apply and bind 😓 Then went to Youtube and learnt "call, apply and bind method in JavaScript 🔥" From @akshaymarch7 Seriously the video was to the point and everything was Beautifully explained ❤️ #NamasteJavascript
So today I learnt "Prototype and Prototypal Inheritance in JavaScript 🔥" From @akshaymarch7 Thank you so much Akshay Sir 😇 [it was quite tricky but when I watched your video twice everything was so clear❤️] #NamasteJavascript
Just wrapped up Season 1 🚀 of #NamasteJavaScript 🔥 with @akshaymarch7 ! It's been an enriching journey, learning heaps from his effective teaching style and enjoyable sessions. Every episode was a delight! Now eagerly diving into Season 2. Highly recommend prowess. #javascript
🚀 #Day60 of #100DaysOfCode: 🍀Started #NamasteJavaScript Season 2 by @akshaymarch7. When it comes to complex topics, his approach is so thorough and simplified that it boosts confidence for interviews! 🍀Also dedicated time to prepare for sessional exams. #connect #js #code
Day 27 of #30daysOfJavascript #namasteJavascript Topic: Promise.race(promises) – waits for the first promise to settle, and its result/error becomes the outcome.
Day 23 of #30daysOfJavascript #namasteJavascript Ques: How we can use await along with async function? Ans: async and await combo are used to handle promises
Just rewatching Callback Hell with Akshay Sir and Honey Bee 🍯🐝🎬! 🚀 #NamasteJavaScript #100daysofcoding #webdev
Javascript and @akshaymarch7 ... A fairy tale!!♥️ Just love the way he deep dives into concepts and makes them easy. #NamasteJavascript
Day 28 of #30daysOfJavascript #namasteJavascript Promise.any(promises) (recently added method) – waits for the first promise to fulfill, and its result becomes the outcome. If all of the given promises are rejected, AggregateError becomes the error of Promise.any.
Been diving deep into JavaScript lately ⚡ Finished the first 7 episodes of #NamasteJavaScript — covered hoisting, scope chain, execution context, TDZ & more 🔥 Also leveling up with #freeCodeCamp — hands-on + theory = perfect combo 💻 #JavaScript #WebDev #100DaysOfCode
Just watched “Promise APIs + Interview Questions | S.02 Ep.05 - Namaste JavaScript” — mind blown 🤯 1.4 yrs as a frontend dev and I finally understand Promises (all, allSettled, race, any) in depth! 🔥 Massive thanks @akshaymarch7 🙌 #NamasteJavaScript #Frontend #JavaScript
🚀 Just went through #NamasteJavaScript by @akshaymarch7 - the explanation of Promises is on another level! 🔥 If you're struggling to truly understand async JavaScript, this series is a must-watch. 🙌 youtube.com/playlist?list=… #JavaScript #WebDev #Coding
🔴 Day 86-87 #100daysofcode -Done with #NamasteJavascript now i can understand how javascript work under the hood. --Now getting basic knowledge of AWS. --Solved a #freecodecamp React Assignment. #WebDevelopment #BuildInPublic
🔴 Day 84 #100daysofcode --Learned some new Hooks today useReducer,useOptimistic. --And did deep dive in high order function callback hell map,reduce,filter to make my fundamentals more strong to learn whats going on under the hood. #WebDevelopment #NamasteJavascript
🔴 Day 81 - 82 #100daysofcode --Started #NamasteJavascript playlist to get deep understanding of JS. --Learned about working of JS its behaviour why its different then other Languages and some Concepts. --Practiced React from #freecodecamp. #WebDevelopment #BuildInPublic
Dear YouTube intern you might have touched something. The play and pause not changing correctly. #namasteJavascript @YouTube @akshaymarch7
🧠 Day 22 - Namaste JS (Ep 16-18) ✅ let & const vs var ✅ Template literals & default params ✅ Arrow functions ✅ Destructuring & spread/rest ✅ Closures, HOFs, Callbacks JS ES6 = cleaner & powerful coding! #NamasteJavaScript #100DaysOfCode #JS
🚀 Day 21 – Namaste JS (Ep 13-15 Rev) 🔄 Ep 13: Closures keep access to lexical scope even after context ends. 🔄 Ep 14: Callbacks run later; avoid callback hell via Promises/async-await. 🔄 Ep 15: First-class functions — pass, return & store them like values. #NamasteJavaScript
🔄 Day 20 – Namaste JavaScript Revision 📚 Episodes 9–12 reviewed! ✅ Deep dive into scope, closures & lexical environment ✅ Hoisting quirks revisited ✅ Mastered callback & event loop concepts 🧠 Revision = retention #NamasteJavaScript #JavaScript #100DaysOfCode #DevCommunity
🧠 Day 19 – Namaste JS (Ep 5–8) ✅ Hoisting: var→undefined, let/const→TDZ, funcs hoisted ✅ Funcs as values, scope chain decides access ✅ Empty JS → GEC, global=window ✅ Undefined=declared no value, Not defined=never declared #NamasteJavaScript #JavaScript #100DaysOfCode
🧠 Day 18 - Namaste JS (Rev. Ep 1–5) ✅ JS Engine: Parses & runs code ✅ Heap & Stack: Memory + execution ✅ Execution Context: Creation + run phase ✅ Hoisting: Vars → undefined, fns full ✅ Scope: Global, function, block #NamasteJavaScript #100DaysOfCode
I Had to pause my #NamasteJavaScript streak from 2–10 Aug due to personal reasons 🛑💭 From tomorrow (11 Aug), I’m back on track 🚀🔥 Last post was Day 17 – Ep 17… now continuing the journey! 💻📚 Consistency > Speed ✨ #100DaysOfCode #JavaScript #LearnInPublic
🧠 Day 17 - Namaste JS (Ep 17) 📌 Higher Order Functions (HOFs) ✅ Functions that take other functions as arguments or return them ✅ Enable: 🔹 Callback logic 🔹 Abstraction 🔹 Clean code 🔥 JS treats functions as first-class citizens #NamasteJavaScript #Js #100DaysOfCode
🧠 Day 16 - Namaste JS (Ep 16) 📌 Arrow Functions in JavaScript ✅ Shorter syntax for function expressions ✅ No this, arguments, super, or new.target binding ✅ Lexical this → Great for callbacks ✅ Can't be used as constructors #NamasteJavaScript #100DaysOfCode
🧠 Day 15 - Namaste JS Ep 15 📌 First-Class Functions in JS ✅ JS treats functions as first-class citizens ✅ You can: • Pass as arguments • Return from functions • Assign to variables 🔥 That’s the power behind callbacks, closures & HOFs! #NamasteJavaScript #100DaysOfCode
📍Day 11 – Ep12: Variable Shadowing in JS When inner scope var overrides outer var with same name. let a = "outer"; { let a = "inner"; console.log(a); // inner } ⛔ Illegal: let shadowed by var ✅ Allowed: var shadowed by let #NamasteJavaScript #JS
📅 Day 9 of #NamasteJavaScript Ep 10: Hoisting in JS 🧠 Hoisting = memory allocated before execution var → undefined let & const → in TDZ Functions declared are hoisted Function expressions aren’t JS is tricky, but now it clicks! #100DaysOfCode #JavaScript
🧠 Day 8 of #NamasteJavaScript Today I finally understood Closures! A closure is when a function remembers its lexical scope even after its parent is gone. 🔁 It captures variables from its outer scope and carries them like a backpack! 🎒 This is JS magic ✨ #100DaysOfCode
🚀 Day 7 of #NamasteJavaScript 📌 Ep 9: Short Circuiting in JS ✅ || returns first truthy value ✅ && returns first falsy value ✅ Lazy evaluation → skips unnecessary ops ✅ Used for conditional logic & fallbacks 🧠 Smart way to write cleaner code! #100DaysOfCode #JavaScript
🔴 Day 86-87 #100daysofcode -Done with #NamasteJavascript now i can understand how javascript work under the hood. --Now getting basic knowledge of AWS. --Solved a #freecodecamp React Assignment. #WebDevelopment #BuildInPublic
Day 72 of #100DaysOfCode 💻 -Completed the last project (Simple Timer) from @traversymedia's course videos. -Revised basics of OOP from @kunalstwt's videos. -Started watching #NamasteJavaScript from @akshaymarch7's videos #javascript #twitter #OPPS
I was looking for something to learn closure. but after watching that video I was like, hmm let's give this playlist a try,and I was mind blown!, This playlist wasn't what I was searching for, but it's exactly what I needed. Thank you for creating it!#NamasteJavascript 💓💓
Just watched “Promise APIs + Interview Questions | S.02 Ep.05 - Namaste JavaScript” — mind blown 🤯 1.4 yrs as a frontend dev and I finally understand Promises (all, allSettled, race, any) in depth! 🔥 Massive thanks @akshaymarch7 🙌 #NamasteJavaScript #Frontend #JavaScript
🔴 Day 84 #100daysofcode --Learned some new Hooks today useReducer,useOptimistic. --And did deep dive in high order function callback hell map,reduce,filter to make my fundamentals more strong to learn whats going on under the hood. #WebDevelopment #NamasteJavascript
Got to know about how setTimeout, callback function works. Such an insightful one @akshaymarch7 🚀. I must say Namaste Javascript is ❤ indeed. #NamasteJavascript #javascript
Just wrapped up Episode 12 of Namaste JavaScript by @akshaymarch7 🚀! Key takeaways: 1⃣ Scope chain and Lexical Environment clarity 🧠 2⃣ Pros and cons of closures 3⃣ Data privacy using closures 4⃣ Akshay bhaiya's explanation style👌 #NamasteJavaScript
Just Started preparing for my Js interviews with the best resource available on YouTube. #javascript #namastejavascript
It’s a great achievement for a teacher, if you students start getting interested in the subject. Super proud 😇♥️ #namastejavascript
Been diving deep into JavaScript lately ⚡ Finished the first 7 episodes of #NamasteJavaScript — covered hoisting, scope chain, execution context, TDZ & more 🔥 Also leveling up with #freeCodeCamp — hands-on + theory = perfect combo 💻 #JavaScript #WebDev #100DaysOfCode
Most students are in hurry while learning. But if you give it time and dive deep into concepts, you’ll definitely fall in love with JavaScript. ♥️ #NamasteJavaScript
🔴 Day 81 - 82 #100daysofcode --Started #NamasteJavascript playlist to get deep understanding of JS. --Learned about working of JS its behaviour why its different then other Languages and some Concepts. --Practiced React from #freecodecamp. #WebDevelopment #BuildInPublic
Thanks for this awesome video on Promise with Promise chaining also @akshaymarch7 #promise #namastejavascript #faboulous #understaing #darnekanai #akshayofcodingworld is here
Day 19 of #30daysOfJavascript #namasteJavascript Topic: Promises Promises are used to handle async operations in JavaScript.
So today I learnt "Closures in JS 🔥" from Namaste JavaScript series by @akshaymarch7 Thank you so much Akshay Sir for such a valuable content 😌 [Literally you can make anyone fall in love with JS❤️] #NamasteJavascript
Just wrapped up Season 1 🚀 of #NamasteJavaScript 🔥 with @akshaymarch7 ! It's been an enriching journey, learning heaps from his effective teaching style and enjoyable sessions. Every episode was a delight! Now eagerly diving into Season 2. Highly recommend prowess. #javascript
Was scratching my head in order to learn call, apply and bind 😓 Then went to Youtube and learnt "call, apply and bind method in JavaScript 🔥" From @akshaymarch7 Seriously the video was to the point and everything was Beautifully explained ❤️ #NamasteJavascript
Day 18 of #30daysOfJavascript #namasteJavascript Inversion of Control Inversion of control is like losing control of code when we are using a callback.
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Sunday 64.5K posts
- 2. #sundayvibes 5,362 posts
- 3. Nigeria 906K posts
- 4. Scott Adams 5,110 posts
- 5. Full PPR N/A
- 6. #NicxStrava 1,036 posts
- 7. Yankees 18.3K posts
- 8. Talus 20.7K posts
- 9. #sundaymotivation 1,576 posts
- 10. Sunday Funday 2,784 posts
- 11. #sundaythoughts 1,318 posts
- 12. #AskBetr N/A
- 13. Pick 2 16.5K posts
- 14. Standard Time 10.3K posts
- 15. Carlos Manzo 419K posts
- 16. Blessed Sunday 18.3K posts
- 17. Dike 1,980 posts
- 18. Bam Knight N/A
- 19. Daylight Savings 12.4K posts
- 20. Monangai 1,134 posts