We're a place where coders share, stay up-to-date and grow their careers.
This is what I've been looking for to understand more about this looping system, please don't stop with this series,am enjoying it and I won't stop following up.. By the way can I get more explaining on the array.prototype method?
Thanks @slimzycm . Array.prototype basically allows you to add new methods and properties to the Array object.
Array.prototype
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
This is what I've been looking for to understand more about this looping system, please don't stop with this series,am enjoying it and I won't stop following up.. By the way can I get more explaining on the array.prototype method?
Thanks @slimzycm .
Array.prototype
basically allows you to add new methods and properties to the Array object.