Build arrays and insert data from plain english specifications.
- Fork and clone this project.
- Work inside of the
build_arrays.js
file. Inside that file you will see your objectives as comments. - use
nodemon
to help your work flow. e.g.nodemon build_arrays.js
Once you are done, commit and push your work.
Then checkout the branch of the next level.
git checkout level_2
notice your build_arrays.js
file no longer has your original arrays from master
branch
merge your changes from master
git merge master
a commit message may appear, save and quit the commit message editor
review your build_arrays.js
file again, did your changes merge in properly?
if it did, continue the assignment by following the comments.
once you are done, commit and push this branch.
then, continue on to the next level
git checkout level_3
and so on.