How to represent the source code of an object with JavaScript Arrays?
Answers
Answered by
0
Answer:-The Array in JavaScript is a global object which contains a list of items. It is similar to any variable, in that you can use it to hold any type of data. ... An element inside an array can be of any type, and different elements of the same array can be of different types : string, boolean, even objects or other arrays
MauryaAJ:
hii
Similar questions