Skip to content

Commit

Permalink
Merge branch 'master' of github.com:dchambers/IterizerJs
Browse files Browse the repository at this point in the history
  • Loading branch information
dchambers committed Sep 25, 2014
2 parents cfff527 + 53938f3 commit 66d1388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ IterizerJs makes it easier to write code that makes extensive use of ES6 iterabl

By making extensive use of ES6 iterators, ES6 generators & the ES5 array methods, you can write more _concise_ and more _re-usable_ code.

You can run ES6 generators and iterators natively in Node.js, Firefox & Chrome (`enable-javaScript-harmony` flag must be enabled), and you can run them in all other browsers by using [regenerator](https://facebook.github.io/regenerator/) to convert your code to ES5.

## More Concise Code

For example, here's the solution for [problem 6](https://projecteuler.net/problem=6) in [Project Euler](https://projecteuler.net/):
Expand Down

0 comments on commit 66d1388

Please sign in to comment.