#arrays
Read more stories on Hashnode
Articles with this tag
Arrays are a great way of initializing several things into a variable. For example const arrOfNum = [ 1, 2, 3, 4 ] const participants = [ Daniel,...