<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Promises on Coderrob</title><link>https://coderrob.com/tags/promises/</link><description>Recent content in Promises on Coderrob</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 22 Oct 2025 21:00:00 -0500</lastBuildDate><atom:link href="https://coderrob.com/tags/promises/index.xml" rel="self" type="application/rss+xml"/><item><title>JavaScript Promise</title><link>https://coderrob.com/posts/javascript-promise/</link><pubDate>Wed, 22 Oct 2025 21:00:00 -0500</pubDate><guid>https://coderrob.com/posts/javascript-promise/</guid><description>&lt;p&gt;A &lt;code&gt;Promise&lt;/code&gt; is a guaranteed placeholder value for what a function or series of functions will return.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s a &lt;em&gt;promise&lt;/em&gt; to return a value eventually.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;The function swears this time is different. You can trust it. It swears it&amp;rsquo;ll get it back to you in no time.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If you haven&amp;rsquo;t already, check out my post on &lt;a href="../javascript-callbacks"&gt;JavaScript Callbacks&lt;/a&gt; where we dove into callback hell and why we desperately needed something better. Spoiler: Promises are that something better.&lt;/p&gt;</description></item></channel></rss>