This is an example Node project for students to practice creating and accessing Object Literals and their data.
-
Before starting, run
npm install
ornpm i
to install dependencies. -
Open up
src/index.js
to see the code. -
Use
npm start
to run thesrc/index.js
file.