Skip to content

AdaGold/ASI-bug-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASI Bug Example

This is an small Node project for students to run and experience issues that JavaScript's Automatic Semicolon Insertion (ASI) subsystem can run into.

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

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

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

About

Example code that shows off potential issues with JavaScript's Automatic Semicolon Insertion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published