Skip to content

Commit

Permalink
Merge pull request markerikson#38 from goshakkk/patch-1
Browse files Browse the repository at this point in the history
Add "3 cases where JavaScript generators rock"
  • Loading branch information
markerikson authored Nov 19, 2016
2 parents 8e10cb7 + 1dfbf30 commit 1b1ce3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion es6-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
http://thejsguy.com/2016/10/15/a-practical-introduction-to-es6-generator-functions.html
Some practical examples discussing what generator functions are, how they work, and what they can be used for.

- **3 cases where JavaScript generators rock (+ understanding them)**
http://goshakkk.name/javascript-generators-understanding-sample-use-cases/
A simple thinking pattern for easily understanding generators, plus 3 practical applications.


#### Techniques

Expand Down Expand Up @@ -148,4 +152,4 @@

- **Understanding Javascript Modules: Bundling and Transpiling**
https://www.sitepoint.com/javascript-modules-bundling-transpiling/
An overview of tools commonly used to bundle and transpile various module formats
An overview of tools commonly used to bundle and transpile various module formats

0 comments on commit 1b1ce3a

Please sign in to comment.