- install node packages from package.json
- try out example script using
node example.js
NB: do not place multiple tasks into same commit.
-
fork this repo and send your changes back as pull request
-
add eslint to project
-
configure eslint using airbnb rulset
-
enforce and use double quotes (
"
) -
bonus tasks: add jest to project and write at-least one test for
say_hello.js
.