javascript-problems-and-solutions - :trident: A collection of JavaScript problems and solutions for studying algorithms. (more…)
Read more »
Yesterday, a popular programming education website sent a marketing email titled, “Beware of vanilla JS.” In it, the author wrote:
But just vanilla JS by itself is a dangerous road to take.
No, it’s not, for a multitude of reasons. Let’s unpack them.
Va... (more…)
Read more »
The nullish coalescing operator is one more logical operator in ES2020. The intent of the nullish coalescing operator is to provide a complementary operator for the optional chaining operator... (more…)
Read more »
JavaScript is cool (don't @ me), but how can a machine actually understand the code you've written? As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and s... (more…)
Read more »
mastering-modular-javascript - 📦 Module thinking, principles, design patterns and best practices. (more…)
Read more »