remy / jsconsole

Web based console - for presentations and workshops
http://jsconsole.com
MIT License
1.91k stars 334 forks source link

Numeric separators don't work? #149

Open anton-bot opened 4 years ago

anton-bot commented 4 years ago

Typing this code results in an error:

const a = 1_000_000_000;

If I type that in the browser console, it works though.

remy commented 4 years ago

Well good gosh, that syntax is new to me, and I've been writing JavaScript since 1999! And you're absolutely right, jsconsole breaks with it. Certainly confirmed bug. I can't fix it just yet, but will try to get on to it unless someone else is able to.