Explore tweets tagged as #NamasteJavascript
@Royalrajputama6
Aman Kumar Singh
14 days
πŸ“… Day 1 - #NamasteJavaScript.Watched Ep 1–3 πŸŽ₯. πŸ’‘ Why JS matters.βš™οΈ Execution Context (Memory + Code phase).πŸš€ Hoisting: var = undefined, let/const = TDZ. Understanding JS engine = writing better code πŸ’».#100DaysOfCode #LearnInPublic
Tweet media one
0
0
3
@Saarcasmicc
Saar Agrawal
29 days
Just revisited async JS with @akshaymarch7 β€œPromise APIs + Interview Questions” from #NamasteJavaScript β€” so crisp, clear & practical! .πŸš€ Never underestimate the power of relearning. Highly recommend for anyone brushing up their #JavaScript skills!.
0
1
2
@namastedev_
NamasteDev by Akshay Saini
6 months
The OG duo πŸ”₯πŸš€.#namastejavascript
0
0
7
@aditya_K87
Aditya Kumar
1 year
Day 21 of #30daysOfJavascript #namasteJavascript . Topic: Creating a promise
Tweet media one
Tweet media two
Tweet media three
Tweet media four
0
0
1
@Royalrajputama6
Aman Kumar Singh
2 days
πŸ“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.
0
0
4
@Royalrajputama6
Aman Kumar Singh
8 days
Day 6 βœ… | #NamasteJavaScript Ep8. Took a Sunday break , now continuing my streak!. 🧠 How JavaScript handles functions + variable memory.πŸ”„ Activation Object vs Execution Context.🧡 Code Execution Flow in JS. Every episode deepens my JS foundation!.#100DaysOfCode #LearnInPublic
Tweet media one
0
0
2
@Royalrajputama6
Aman Kumar Singh
6 days
πŸš€ 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.
0
0
3
@Royalrajputama6
Aman Kumar Singh
12 days
πŸ“š Day 3 of #100DaysOfCode | #NamasteJavaScript Ep. 6.πŸ” Call Stack Deep Dive. ➑️ JS is single-threaded & synchronous.➑️ Call Stack = Manages function execution.➑️ LIFO (Last In First Out).➑️ Stack Overflow = Too many nested calls. 🎯 JS executes top of the stack. #LearnInPublic
Tweet media one
0
0
3
@aditya_K87
Aditya Kumar
1 year
Day 19 of #30daysOfJavascript #namasteJavascript. Topic: Promises.Promises are used to handle async operations in JavaScript.
Tweet media one
Tweet media two
Tweet media three
1
1
2
@Royalrajputama6
Aman Kumar Singh
14 days
πŸš€ Starting my #NamasteJavaScript journey today!.I’ll be posting daily learnings, insights and mini code challenges here. Let's grow together πŸ’»πŸ”₯ .Follow for raw, honest notes as I explore the depths of JavaScript!.#LearnInPublic #100DaysOfCode.#JavaScript #NamasteJavaScript.
0
0
1
@Haarish_52
Haarish.rs
2 years
Just Started preparing for my Js interviews with the best resource available on YouTube. #javascript #namastejavascript
Tweet media one
0
0
3
@aditya_K87
Aditya Kumar
1 year
Day 18 of #30daysOfJavascript #namasteJavascript. Inversion of Control. Inversion of control is like losing control of code when we are using a callback.
Tweet media one
0
1
1
@itscrazylokesh
lokesh choudhary Programmer
2 months
πŸ“… πƒπšπ²-πŸπŸ”πŸŽ: π’π²π¬π­πžπ¦ π‘πžπ¬πžπ­ 𝐌𝐨𝐝𝐞 β€” 𝐎𝐧𝐞 πƒπšπ² πƒπžπ―, 𝐎𝐧𝐞 πƒπšπ² π’π²π¬π­πžπ¦ πƒπžπ¬π’π π§!. @rohit_negi9 . #Day160 #DSA #LeetCode #FindDuplicateFiles #NamasteJavaScript #JavaScriptInternals #SystemDesignPlanning #Consistency
Tweet media one
0
0
2
@aditya_K87
Aditya Kumar
1 year
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
Tweet media one
Tweet media two
Tweet media three
0
0
0
@aditya_K87
Aditya Kumar
1 year
Day 27 of #30daysOfJavascript #namasteJavascript. Topic: Promise.race(promises) – waits for the first promise to settle, and its result/error becomes the outcome.
Tweet media one
0
0
0
@aditya_K87
Aditya Kumar
1 year
Day 17 of #30daysOfJavascript #namasteJavascript. Topic : Callback hell Or Pyramid of doom. Callback Hell is essentially nested callbacks stacked below one another, forming a pyramid structure.
Tweet media one
Tweet media two
Tweet media three
0
1
1
@aditya_K87
Aditya Kumar
1 year
Day 22 of #30daysOfJavascript #namasteJavascript. Topic: async/await. Q: What is async?.A: Async is a keyword that is used before a function to create an async function. Q: What is an async function and how is it different from a normal function?
Tweet media one
Tweet media two
Tweet media three
0
0
1
@aditya_K87
Aditya Kumar
1 year
Day 24 of #30daysOfJavascript #NamasteJavascript .#js #webdev .Async await vs Promise.then/.catch
Tweet media one
0
0
0
@aditya_K87
Aditya Kumar
1 year
Day 20 of #30daysOfJavascript #namasteJavascript. How is promise better than callback?.In an earlier solution, we used to pass the function and then trust the function to execute the callback. But with promise, we are attaching a callback function to a promiseObject.
Tweet media one
Tweet media two
Tweet media three
0
0
0