How to create an array in js and how to read array elements?
Can you define arrays using the array literal as follows?
An array has a length property that is useful for iteration. Can we read elements of an array as follows?
for (var i = 0; i < x.length; i++)