commit
d6123f8b5c
2
es6.md
2
es6.md
|
@ -54,7 +54,7 @@ See: [Template strings](http://babeljs.io/docs/learn-es2015/#template-strings)
|
||||||
|
|
||||||
```js
|
```js
|
||||||
let bin = 0b1010010
|
let bin = 0b1010010
|
||||||
let oct = 0755
|
let oct = 0o755
|
||||||
```
|
```
|
||||||
|
|
||||||
See: [Binary and octal literals](http://babeljs.io/docs/learn-es2015/#binary-and-octal-literals)
|
See: [Binary and octal literals](http://babeljs.io/docs/learn-es2015/#binary-and-octal-literals)
|
||||||
|
|
Loading…
Reference in New Issue