This is an small Node project for students to run and experience issues that JavaScript's Automatic Semicolon Insertion (ASI) subsystem can run into.
-
Before starting, run
npm install
ornpm i
to install dependencies. -
Open up
src/index.js
to see the example code. -
Use
npm start
to run thesrc/index.js
file.