#beginners
Read more stories on Hashnode
Articles with this tag
1. Explicitly Using the square bracket notation. This is probably the most common way of creating an Array. const arr = [1, 2, 3]; 2. Destructuring...