TTotal up the instances of items in an array.
31/01/2019 — 1 Min Read — In JavaScript, ES6
ES6 TIP: Often forgotten Use tagged template literals to run a template string through a function.
ES6 TIP: Create utility functions by using static methods, used without instantiating their class.
Template literals can be great for creating markup
ES6 TIP: console.log passed value, when using implicit arrow function return
ES5 ES6
JavaScript TIP: Convert object to array
Tidy up your console logos by grouping relevant logs together