JavaScript is the language of the web. It makes websites interactive, creates animations, draws data-driven graphics, and more. It even runs natively in your web browser so you don’t have to install ...
Functional programming, as the name implies, is about functions. While functions are part of just about every programming paradigm, including JavaScript, a functional programmer has unique ...
‘Higher-order functions’ is a fancy term for functions that take other functions as arguments or that return functions. Very powerful! Last week, I casually dropped the term “higher-order function” ...
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 taught the ...