#javascript-challange
Read more stories on Hashnode
Articles with this tag
Basic implementation of find() & findLast() JS array methods. · find Returns the first element that satisfies the testing function otherwise returns...
Basic implementation of JS some and every method. · some Returns true if at least the callback function returns true otherwise...