some() in JavaScript
The some() method in JS is somewhat similar to every() method in terms of arguments that it has and the type of value it returns (boolean), but its functionality is a bit different.
The some() method checks whether any single element of an array meet...
learnsomething.hashnode.dev1 min read