JavaScript's for-of loops are actually fast
Running some benchmarks with different types of loops in JavaScript to see how well for-of loops perform compared to other loops.
Running some benchmarks with different types of loops in JavaScript to see how well for-of loops perform compared to other loops.
Discussing how mature JS fetch() is now and whether it can fully replace XMLHttpRequest.
Discussing JavaScript's controversial primitive, its usefulness and whether its poorly designed.
In the early days of web development, jQuery was the undisputed king of front-end libraries. Modern JavaScript now includes many features that jQuery originally provided. So, should developers still use jQuery over vanilla JavaScript today?
Common mistakes & bad practices among inexperienced frontend & backend developers which can lead to bugs or reliability issues.