08 Slide Show JS IIFE

Опубликовано: 29 Сентябрь 2024
на канале: Mitchell Hudson
183
4

This is video number 8 in a series of videos on creating a Slideshow with vanilla JavaScript. In this video you'll use an Immediately Invoked Function Expression (IIFE) to to wrap your code safely away other code that may exist in the global name space. This will make sure your can be run anywhere without clashing with existing code.

Take a look at this repository for the completed project and notes: https://github.com/soggybag/js-tutori...