Chapter 5: JavaScript

Cover image by Audy of Course Recap Last time, we finished optimising our images: Used the fs module from Node to elegantly handle nested directories inside src/img Learned about short-circui...
0 Read More

What are Webpack?

Webpack is a free and open-source module bundler for JavaScript. It is made primarily for JavaScript, but it can transform front-end assets such as HTML, CSS, and images if the corresponding loaders a...
0 Read More