#array
Read more stories on Hashnode
Articles with this tag
1. Know it's an array or not const points = [23, 3, 89, 98, 40] // Before 😏 console.log(points.length) // it returns true // After...