JavaScript

Posts related to JavaScript.

View all topics
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.

JavaScript Series - Defining JavaScript
Jaslyn King

JavaScript Series - Defining JavaScript

JavaScript is the programming language of the web. It can run in many environments (web browsers, servers (Node.js), robots, house appliances), and most importantly, the web browser.

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.