Update es6.md

es6 octal form
This commit is contained in:
Clément P 2017-10-07 20:15:12 +00:00 committed by GitHub
parent ad0d30dde9
commit 36555870e7
1 changed files with 1 additions and 1 deletions

2
es6.md
View File

@ -54,7 +54,7 @@ See: [Template strings](http://babeljs.io/docs/learn-es2015/#template-strings)
```js
let bin = 0b1010010
let oct = 0755
let oct = 0o755
```
See: [Binary and octal literals](http://babeljs.io/docs/learn-es2015/#binary-and-octal-literals)