Javascript30

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

Javascript Slide in on Scroll Animation

The aim of today is to animate images to appear (via a slide transition) as we scroll down the page.

Read

Key Sequence Detection Javascript

Today we're using key sequence detection to plant some unicorn styled easter eggs.

Read