What is Array & there Methods
What is Array?
The array can store different types of data in a single variable whether it will be a string or number.
Syntax for Array
let Variable_name=[item1,item2,.....]
Example
Suppose you want to create a variable with different types of car ...
minecraftcoder.hashnode.dev5 min read