News

If you’ve gone through Thau’s basic JavaScript tutorial (or you already know a bunch about the subject), Thau’s advanced JavaScript course is just for you. In the previous tutorial, Thau ...
Hello, and welcome to the Advanced JavaScript Tutorial, where I finish off what I started in the basic JavaScript Tutorial. In the second installment – This Time We Mean It – I’ll be ...
JavaScript is a flexible language, allowing for all sorts of styles and programming paradigms. Although this breadth sometimes comes at a cost to readability or consistency across a code base, it ...
Web performance is crucial for delivering a smooth user experience. We'll discuss advanced techniques for optimizing JavaScript code, such as minification, bundling, lazy loading, and caching.
Two of the most versatile data structures in JavaScript are Map and Set. In this comprehensive tutorial, we will delve into these powerful constructs, exploring their features, use cases and some ...