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” ...
Learn the key concepts behind React and how to use JSX elements and components to build lean and fast web front ends React, also known as ReactJS, is an open source JavaScript library for building ...
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 ...