3 ES6 Methods
Today I am going to be telling you about maps, fat arrows, and template literals.
Maps are an array method you can use, that is 100% better than for loops. They can read through the array(s) and can perform array methods quicker, easier, and simpler than a for loop. Then, the…