Some of the missing functions in JavaScript in vanilla form inspired by PHP... (more…)
Read more »
Strict Mode is an ES5 feature, and it's a way to make JavaScript behave in a better way. And in a different way, as enabling Strict Mode changes the semantics of the JavaScript language. It's really important to know the main differences between JavaScrip... (more…)
Read more »
A curated list of the most important back-end JavaScript frameworks... (more…)
Read more »
There are too many JS frameworks out there — we all know that.
But still, we see new JS frameworks every day. Next.js may not cure JS Fatigue, but it allows us to build web apps in JavaScript as we…
Read more »
Floating point math is tricky. In this video, we'll learn how these numbers work in computers, and build a software implementation from scratch in JavaScript... (more…)
Read more »