[1]. Arrays are data structure, generally, used to group data of similar types (Unlike C, in JS, we can even group data types of different type.) [2]. Size of Array can be changed in JS (Unlike C),
Like we can create an empty array, but keep on adding, elements to it…