JavaScript Array.some() Tutorial
When you're working with an array in JavaScript, sometimes you might just want to check if at least one element inside that array passes a test. And you might not care about any other subsequent matches.
In such a case, you should use the JavaScript ...
ubahthebuilder.hashnode.dev5 min read