News

We'll also use this as a chance to demonstrate some of the power of functions in JavaScript. We'll write the code four times, making it increasingly efficient and expressive each time. The iterator ...
The Map Function is one of the many Methods existing on the JavaScript Array prototype. If you want to do a deep dive on prototypical inheritance, here's a great read by Kyle Simpson on how prototypes ...