Array Methods in JavaScript
some()
every()
reduce()
map()
flat()
filter()
forEach()
findIndex()
find()
sort()
concat()
shift()
unshift()
includes()
reverse()
flatMap()
some()
The some() tests whether at least one element in the array passes the test and returns true or false
e...
ravindrapv.hashnode.dev4 min read