<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Await on CodingBlast</title><link>https://codingblast.com/tags/await/</link><description>Recent content in Await on CodingBlast</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 26 Apr 2017 18:17:56 +0000</lastBuildDate><atom:link href="https://codingblast.com/tags/await/index.xml" rel="self" type="application/rss+xml"/><item><title>JavaScript Iterators</title><link>https://codingblast.com/iterators/</link><pubDate>Wed, 12 Apr 2017 19:40:44 +0000</pubDate><guid>https://codingblast.com/iterators/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;When we talk about iterators there are two main protocols to be aware of: &lt;em&gt;iterables&lt;/em&gt; and &lt;em&gt;iterators&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Iterables are data structures that can be iterated. Such example is array, since we can loop through every element of array.&lt;/p&gt;</description></item></channel></rss>