Development

Sort Bands without Articles

Today we are working with Array.sort to sort this list of band names (minus the articles like a or an or the).

Read

Text Shadow Animation on Mousemove

Today's goal is to make the text shadow on our header text follow the mouse around the window.

Read

LocalStorage & Event Delegation in Javascript

Today we are exploring two topics in a longer lesson. The first is LocalStorage and the second is Event Delegation.

Read

Refs vs Copying in JS

Understanding the difference between a reference and a copy is fundamental to understanding JavaScript. Confusing the two can be a mega source of bugs further down the track.

Read