Is throwing an exception a faster way to break out of recursion in JavaScript?
Exceptions are designed for error handling. But what if use exceptions as a fast way to break out of recursion?
Exceptions are designed for error handling. But what if use exceptions as a fast way to break out of recursion?
The list of upcoming JavaScript features that every web developer should know in 2026.
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.