#hashnode
Read more stories on Hashnode
Articles with this tag
Arrays in js · Arrays are variables which can hold more than one value const fruit = ["banana", "apple", "grapes"] const a, = [7, "Arpan", true] - Can...