← Back to release summary

ES6 numeric literals

Category
JavaScript
Type
New or changed feature
Status
Enabled by default (Chrome 41)
Intent stage
None

Summary

Allows binary and octal numeric literals using 0b101 and 0o753 respectively.

Standards & signals

Docs: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#Numeric_literals

View on chromestatus.com