Build arrays and insert data from plain english specifications.
- 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
a typical "make an array of a list of ____"
arrays of objects containing hash values.
Arrays of arrays, otherwise know as, Multi-Dimensional Arrays.
Arrays that aren't necessarily hard, but trickier than other cases.