This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
Arrays use numbers to access its elements.
const person = ["John", "Doe", 46]; document.getElementById("demo").innerHTML = person[0];