JavaScript Arrays 101
Array is the group of values to store in single variable, till now we store single value in the variable, but what if we have group of values like fruits or friends,
Simple variables
let friend1 = "Hi
dubeyjags.hashnode.dev2 min read