Experiment that's goal is to try to make it easier for people to learn how to program.
Open index.html in Firefox.
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'