ES6 Modules
ES6 modules allows us to have reusable code, in separate files. We do this to eliminate initially massive js files, like app.js in a Node and Express project. Modules allow us to spread code over relevant files.
ES6 modules allows us to have reusable code, in separate files. We do this to eliminate initially massive js files, like app.js in a Node and Express project. Modules allow us to spread code over relevant files.
Una Kravets is one of my favorite designers/developers even though I just discovered who she was, and by accident.
Map is another higher order function that goes through an array and doesn’t discard it but instead transforms/mutates it.
One of the hot topics right now in the web development world is functional programming in the language of the web, JavaScript.