how make array variable in array javascript code example
Example 1: how to make an array in javascript
var names = ["Sanjith", "Pranav", "Aadya", "Saharsh"]
Example 2: what are the two ways to create an array in javascript examples?
let scores = new Array();