Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 340 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 340 Bytes

Creating & Accessing JavaScript Objects Demonstration

This is an example Node project for students to practice creating and accessing Object Literals and their data.

  1. Before starting, run npm install or npm i to install dependencies.

  2. Open up src/index.js to see the code.

  3. Use npm start to run the src/index.js file.