#array
Read more stories on Hashnode
Articles with this tag
The Array object is used to store multiple values in a single variable. const cars = ["Hyundai", "Honda", "BMW", "Audi"]; Some Important Array...