Notes

Notes and walkthroughs on frontend development, implementation patterns, and things I’m learning as I build.

Building an Image Carousel with JavaScript
Jaslyn King

Building an Image Carousel with JavaScript

A breakdown of how I built a simple image carousel, focusing on how state, event listeners, and timing work together to create the interaction.

Async & Defer
Jaslyn King

Async & Defer

async and defer control how scripts are downloaded and executed relative to HTML parsing, directly impacting performance, execution order, and DOM availability.