PinnedUnveiling the Magic of JavaScript Closures: Empowering Your CodeEver wondered how to make your JavaScript code more powerful and organised? Meet closures — the secret ingredient that can take your…Aug 7, 2023Aug 7, 2023
PinnedJavaScript learning roadmap 2023 — The Ultimate Guide ❤️I decided to put it here as a developer attempting to learn the fundamentals of javascript so that others could benefit from it. From…May 22, 2023May 22, 2023
How to open up Chrome developer tools?Press cmd+option+J : This will then open up this console that we see below. You can see all the tabs : Elements, Console,Sources, Network…Nov 12, 2024Nov 12, 2024
Part 15: What is an Anonymous Functions??A function without a name is anonymous function.Mar 12, 2024Mar 12, 2024
Part 14: Closure JS Interview exercise 👩🏻🏫Get ready for an exciting adventure into the world of JavaScript closures! By mastering closures through simple exercises, you’ll level up…Aug 7, 2023A response icon2Aug 7, 2023A response icon2
Part 13: Closure JS Interview Questions 🤯If you don not have understanding of Closures, I highly recommend to go through below articles first.Jun 22, 2023A response icon4Jun 22, 2023A response icon4
What does “use strict” do in JavaScript, and what is the reasoning behind it?The ProblemJun 20, 2023Jun 20, 2023