This is a repo going over the steps taken during the second lessons of the London GDG group JS course.
This file is written in markdown. It's a markup languange that is quite common between developers and make it easy to create well structured readme files on Github.
- open and save a file with hello world. Execute it
- have a set of names (array), say hi to each of them
- extract to a function and call it multiple times
- move to forEach
- move the function to its own file. will it work?
- export and import
- npm init and npm install chalk (intro on what it does)
- run again, no effect
- import, run, no effect
- make use of the module
- review package.json
- if time, pick a random colour