#iwritecode
Read more stories on Hashnode
Articles with this tag
What is an Array? The Array object is used to store multiple values in a single variable const cars = ["car", "bus", "truck"]; Creating an Array There...