syntax to call item from array

JavaScript
var arrayName =["Item 0","Item 1", "Item 2"];
conosle.log(arrayName[0])
Source

Also in JavaScript: