add further reading section to bottom (#22043)

* add further reading section to bottom

* Reformatted to use "More Information"
This commit is contained in:
Charlie van Rantwijk
2018-11-07 07:01:17 +01:00
committed by Manish Giri
parent 2fc46c9850
commit a5175d125a

View File

@ -94,3 +94,7 @@ for (const para of paragraphs)
// We can add event listeners to each para here
}
```
#### More Information
[ES6 In Depth: Iterators and the for-of loop](https://hacks.mozilla.org/2015/04/es6-in-depth-iterators-and-the-for-of-loop/)