Random Temple
Overview
In this lab we will show how to randomaly select and display items from an array.
- array[]
- zero indexed
- Array:length
- querySelector()
- appendChild()
Resource Links
- Download the basic start file (for video 1)
- Download the temple start file (for video 2)
- Math.random()
- Math.floor()
- splice()
- console.log()