2ality.com/2013/06/iterators-generators.html
Preview meta tags from the 2ality.com website.
Linked Hostnames
17- 5 links toexploringjs.com
- 2 links to2ality.com
- 1 link toc2.com
- 1 link todeveloper.mozilla.org
- 1 link todocs.oracle.com
- 1 link todocs.python.org
- 1 link todr-axel.de
- 1 link toecmascript.news
General Meta Tags
6- titleIterators and generators in ECMAScript 6
- charsetutf-8
- viewportwidth=device-width
- description[2015-02-26] New version of this blog post: “Iterables and iterators in ECMAScript 6” The iterator pattern enables unified and simple access to the elements stored in data structures. Generators are lightweight coroutines. Think: functions that can be suspended and resumed. Among other things, they help with implementing iterators. This blog post explains how iterators and generators work in ECMAScript 6. The iterator protocol has recently changed, this post explains the new protocol.
- og:titleIterators and generators in ECMAScript 6
Twitter Meta Tags
1- twitter:cardsummary
Link Tags
5- alternatehttps://2ality.com/feeds/posts.atom
- apple-touch-icon../../img/favicons/2ality-favicon-180x180.png
- icon../../img/favicons/2ality-favicon-opaque.svg
- mask-icon../../img/favicons/2ality-favicon-transparent.svg
- stylesheet../../assets/main.css
Links
22- http://c2.com/cgi/wiki?ExplicitLazyProgramming
- http://docs.oracle.com/javase/7/docs/api/java/util/Iterator.html
- http://docs.python.org/3/library/stdtypes.html#iterator-types
- http://en.wikipedia.org/wiki/Iterator_pattern
- http://kangax.github.io/es5-compat-table/es6