Fixed typo to es6.md
This commit is contained in:
parent
587c7aac4b
commit
680ca248a7
2
es6.md
2
es6.md
|
@ -27,7 +27,7 @@ function fn () {
|
||||||
const a = 1
|
const a = 1
|
||||||
```
|
```
|
||||||
|
|
||||||
`let` is the new `var`. Constants work just ilke `let`, but can't be reassigned.
|
`let` is the new `var`. Constants work just like `let`, but can't be reassigned.
|
||||||
See: [Let and const](http://babeljs.io/docs/learn-es2015/#let-const)
|
See: [Let and const](http://babeljs.io/docs/learn-es2015/#let-const)
|
||||||
|
|
||||||
### Backtick strings
|
### Backtick strings
|
||||||
|
|
Loading…
Reference in New Issue