array at index code example
Example 1: how to get array values in javascript
var valueAtIndex1 = myValues[1];
Example 2: array
// An array in javascript is basicly a data structure set out like this:
const MyArray = {"Object1", "Object2", "Object3"};