Merge pull request #78 from 39digits/patch-1

Fixed typo to es6.md
This commit is contained in:
Rico Sta. Cruz 2017-10-08 07:18:29 +08:00 committed by GitHub
commit f3a504aa89
1 changed files with 1 additions and 1 deletions

2
es6.md
View File

@ -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