ES5 vs. ES6
Arrow functions brought a lot of clarity & code reduction to Javascript. Let’s take a look at different ways we can define function now. You can see the difference we don’t have to use the function… (more…)
Read more »ES6 array filter, array map, array reduce, template literals, imports and exports, destructuring objects and arrays, class extend and super… Read more