<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://tech.saigonist.com/taxonomy/term/69/all" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>promises</title>
    <link>http://tech.saigonist.com/taxonomy/term/69/all</link>
    <description></description>
    <language>en</language>
          <item>
    <title> Quick explanation of JavaScript Promises</title>
    <link>http://tech.saigonist.com/b/code/quick-explanation-javascript-promises</link>
    <description>&lt;span class=&quot;submitted-by&quot;&gt;February 14, 2016&lt;/span&gt;&lt;div class=&quot;field_tags&quot;&gt;&lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/es6&quot;&gt;es6&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/javascript&quot;&gt;javascript&lt;/a&gt;&lt;/span&gt; &lt;span class=&quot;label label-info&quot;&gt;&lt;a href=&quot;/tags/promises&quot;&gt;promises&lt;/a&gt;&lt;/span&gt; &lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;&quot;JavaScript Promises: reason about async events, serially chain them, reduce them. General replacement for XHR&quot;&lt;/h2&gt;

&lt;p&gt;What is a promise? Conceptually and outside the context of code, a promise is either a willful intention of achieving a result or a promise is considered the actual result itself. EcmaScript 6 (ES6) introduces the Promises API which is currently implemented by most browsers (and Edge but not IE according to &lt;a href=&quot;http://caniuse.com/#feat=promises&quot;&gt;caniuse.com&lt;/a&gt; - but there&#039;s a polyfill for that). So a JavaScript Promise is simply an object of some callback...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
     <pubDate>Sun, 14 Feb 2016 16:27:08 +0000</pubDate>
 <dc:creator>tomo</dc:creator>
 <guid isPermaLink="false">33 at http://tech.saigonist.com</guid>
  </item>
  </channel>
</rss>
