Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 340 Bytes

File metadata and controls

19 lines (14 loc) · 340 Bytes

CodeLab Interfaces, Objects, and Tuples Reference Code: Getting Started

First, install all the npm packages, then run the program:

Example 1

npm install
npm run example1

Example 2

npm install
npm run example2

You should see some console outputs from the code

Feel free to look through any parts of the code!