Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 546 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 546 Bytes

Stepper - Step through your JavaScript programs

Experiment that's goal is to try to make it easier for people to learn how to program.

Run it (The easy way)

Open index.html in Firefox.

Run it (The hard way)

Load chrome enabling passing the harmony command line flag.

Linux Example:

google-chrome --js-flags='--harmony'

On windows there is a possibility something like the following might work from the start menu (unconfirmed).

chrome.exe --js-flags='harmony'