filmov
tv
JavaScript Array Methods - Map

Показать описание
With this video I began a new series covering new array methods in JavaScript. This video is all about the map method. Like other array methods, the map method enables us to write cleaner, less verbose code and it gives us a lot of power and flexibility. Use it with the arrow functions, and you will have be able to write elegant, modern JavaScript.