remy / jsconsole

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

String object is not correctly displayed #169

Open antonklimov opened 3 years ago

antonklimov commented 3 years ago

var x = new String("test"); console.log(x); image Actual browser console: image