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 ...
‘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” ...
What is AJAX (Asynchronous JavaScript and XML)? AJAX (Asynchronous JavaScript and XML) is a technique aimed at creating better and faster interactive web apps by combining several programming tools, ...
In the last few weeks, we’ve introduced P5.js and used it to generate a textured paper background and a relatively underwhelming (but fun!) representation of watercolor. In this post, we’ll discuss ...
The PS5 UI looks gorgeous on your screens usually, but someone has actually turned that UI into a JavaScript Tutorial, recreating it completely. The UI is fully interactable for you to explore on the ...