Creating a JavaScript Array to Hold Image URLs

2 months ago
3

Learn how to define a JavaScript array to keep a list of image URLs for an image gallery widget.

The lesson refactors previous code to access the next image URL by its position index on a variable that holds a reference to an array.

Loading comments...