This is an example Node project for students to practice destructuring syntax for objects in JavaScript.
-
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.