#array
Read more stories on Hashnode
Articles with this tag
Introduction Arrays are used to store multiple values in a single variable. They are declared as: let variable_name =[1,2,3,'hello'];...