Mar 23 · 5 min read · Alright… today we are going to talk about something which most beginners memorise… but never actually understand. And that is 👉 the new keyword in JavaScript You might have seen code like this: funct
Join discussion
Mar 20 · 11 min read · Introduction What the heck are closures? JavaScript is already full of weird and unexpected behaviour. Well, here's one more: Closures. And here's the kicker—most JavaScript developers don't actually
Join discussion
Mar 18 · 14 min read · JavaScript introduced classes in 2015, which many developers believe to be just syntactic sugar over the prototype model of JavaScript (which is kinda true, but there are some differences, and it’s no
Join discussion
Mar 15 · 2 min read · What is a Function? A function is just a block of code designed to perform a particular task. We use them so we don't have to write the same code over and over again. Imagine you want to greet a user.
Join discussion