The First 100 Days
Advice on the '100 Days of Code' challenge
Nov 20, 202116 min read

Search for a command to run...
Advice on the '100 Days of Code' challenge

The .map, .filter and .reduce methods are high-order functions (functions that accept functions as parameters and/or returns a function) that loop through an array and apply the conditions of a callback on each element before returning a new array. L...

The year is 2015. JavaScript developers everywhere cower in darkness, coding by candlelight. Hope was all but lost when the whisper came, a rumour of an update that would bring light to the world. They called it... ES6 Jokes aside, the introduction o...
