Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 291 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 291 Bytes

Variable Type Demonstration

This is an example Node project for students to practice with JavaScript variable types.

  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.