JavaScript Array: some() Method
Sometimes we need to take an array and apply some method(s) to its elements so that we get a new array with modified elements.
Here in this module we will discuss the some() method of the JavaScript array.
some() method check at least one of the elem...
bibhas.hashnode.dev2 min read