Marko Lahma 5 роки тому
батько
коміт
67ce67edc8
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -245,7 +245,7 @@ ES6 features which are being implemented:
 - [x] [template strings](https://github.com/lukehoban/es6features/blob/master/README.md#template-strings)
 - [x] [destructuring](https://github.com/lukehoban/es6features/blob/master/README.md#destructuring)
 - [x] [default + rest + spread](https://github.com/lukehoban/es6features/blob/master/README.md#default--rest--spread)
-- [ ] [let + const](https://github.com/lukehoban/es6features/blob/master/README.md#let--const)
+- [x] [let + const](https://github.com/lukehoban/es6features/blob/master/README.md#let--const)
 - [x] [iterators + for..of](https://github.com/lukehoban/es6features/blob/master/README.md#iterators--forof)
 - [ ] [generators](https://github.com/lukehoban/es6features/blob/master/README.md#generators)
 - [ ] [unicode](https://github.com/lukehoban/es6features/blob/master/README.md#unicode)