It’s every developer’s frustration once in a while to see that big red Access to fetched has been blo...
If you're here in 2024 (or later), here's an updated video: Ever had to deal with JS code...
Although Git is a very powerful tool, I think most people would agree when I say it can also be... a...
This is the second post of the JavaScript Quiz series! Make sure to check out the first one 🥳 Before...
We all know that JavaScript quizzes can be... awful and confusing 😐 The pointless foo bar baz questio...
ES6 introduced something cool called generator functions 🎉 Whenever I ask people about generator func...
Ever wondered why we can use built-in methods such as .length, .split(), .join() on our strings, arra...
JavaScript is cool (don't @ me), but how can a machine actually understand the code you've written? A...
Time for the scope chain 🕺🏼 In this post I assume you know the basics of execution contexts: I’ll soo...
Hoisting is one of those terms that every JS dev has heard of because you googled your annoying error...
If you're here in 2024 (or later), here's an updated blog...