UTIL.BASE
After playing around with the forEach method I noticed that sometimes it would be very usefull to be able to stop iterating over the array. So if the function argument returns false the iteration stops.
A good use case was my implementation of the DOM select function:
No comments:
Post a Comment