remove polyfill column from readme and rename for of to for-of

This commit is contained in:
Sebastian McKenzie
2014-09-29 18:30:39 +10:00
parent be5ebe1758
commit a68dc1e22a
2 changed files with 22 additions and 22 deletions

View File

@@ -98,7 +98,7 @@ console.log(`${x} + ${y} = ${x + y}`); // "5 + 10 = 15"
0o767 === 503; // true
```
## For Of
## For-of
```javascript
```