Skip to content

Commit

Permalink
"JavaScript Iterables and Iterators" article: add video version
Browse files Browse the repository at this point in the history
  • Loading branch information
UltCombo authored and Travis CI committed Feb 19, 2016
1 parent d701f38 commit 2400248
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions 2015/09/javascript-iterables-and-iterators/index.html
Expand Up @@ -511,6 +511,12 @@ <h2 id="rounding-it-up">Rounding it up</h2>
</ul>
<p>So, I guess that&#39;s finally it. We reached the end of the line. You may be wondering what you will do with your life now, but I&#39;m not sure whether I can answer this question. Perhaps you want to read about <a href="http://www.ecma-international.org/ecma-262/6.0/index.html#sec-generatorfunction-objects">Generators</a> now? :)</p>
<p>And as always, if you can improve this article, please visit the <a href="https://github.com/JSRocksHQ/jsrockshq.github.io">JS Rocks repository</a> and do so. I&#39;ll be glad to discuss and review improvements!</p>
<h2 id="video-version">Video version</h2>
<p>Do you prefer to watch instead of reading? No problem!</p>
<p>The Webucator company kindly produced a video version of this blog post. Check it out:</p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Ng3UOE2aFMQ" frameborder="0" allowfullscreen></iframe>

<p>You can watch more Webucator videos in their <a href="https://www.youtube.com/channel/UCRskdIbvjRLK9jzkldMG19Q">YouTube channel</a>, and enroll in their <a href="https://www.webucator.com/webdesign/javascript.cfm">JavaScript training classes</a>.</p>
<h2 id="reference">Reference</h2>
<ul>
<li><a href="http://www.ecma-international.org/ecma-262/6.0/index.html">ECMAScript® 2015 Language Specification - Ecma International</a></li>
Expand Down
2 changes: 1 addition & 1 deletion cn/rss.xml
Expand Up @@ -6,7 +6,7 @@
<description>A collaborative website about the latest JavaScript features and tools.</description>
<managingEditor>JS Rocks</managingEditor>
<webMaster>JS Rocks</webMaster>
<pubDate>Mon, 01 Feb 2016 12:25:33 GMT</pubDate>
<pubDate>Fri, 19 Feb 2016 02:03:26 GMT</pubDate>
<language>cn</language>
<atom:link href="http://jsrocks.org/cn/rss.xml" rel="self" type="application/rss+xml" />

Expand Down
2 changes: 1 addition & 1 deletion pt-br/rss.xml
Expand Up @@ -6,7 +6,7 @@
<description>A collaborative website about the latest JavaScript features and tools.</description>
<managingEditor>JS Rocks</managingEditor>
<webMaster>JS Rocks</webMaster>
<pubDate>Mon, 01 Feb 2016 12:25:33 GMT</pubDate>
<pubDate>Fri, 19 Feb 2016 02:03:26 GMT</pubDate>
<language>pt-br</language>
<atom:link href="http://jsrocks.org/pt-br/rss.xml" rel="self" type="application/rss+xml" />

Expand Down
2 changes: 1 addition & 1 deletion rss.xml
Expand Up @@ -6,7 +6,7 @@
<description>A collaborative website about the latest JavaScript features and tools.</description>
<managingEditor>JS Rocks</managingEditor>
<webMaster>JS Rocks</webMaster>
<pubDate>Mon, 01 Feb 2016 12:25:33 GMT</pubDate>
<pubDate>Fri, 19 Feb 2016 02:03:26 GMT</pubDate>
<language>en</language>
<atom:link href="http://jsrocks.org/rss.xml" rel="self" type="application/rss+xml" />

Expand Down

0 comments on commit 2400248

Please sign in to comment.