JavaScript

Posts related to JavaScript.

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