Understanding Callback Functions Through an Image CarouselUnderstanding Callback Functions Through an Image Carousel
After hearing and seeing the term callback functions but not fully understanding what they were, I found clarity by recognizing how they are used in a component I built – an image carousel.
Query Selector vs Select Element – What they returnQuery Selector vs Select Element – What they return
A brief look at some commonly used methods on the document object
JavaScript Series - Defining JavaScriptJavaScript 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 JavaScriptBuilding 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.