consulo / consulo-javascript

Languages: JavaScript
Apache License 2.0
5 stars 4 forks source link

Support binary and octal numeric literals in ECMAScript 6 #42

Closed unv-unv closed 2 years ago

unv-unv commented 2 years ago

изображение

console.log(0b111110111 === 503);
console.log(0o767 === 503);

http://es6-features.org/#BinaryOctalLiteral