From 460a83321fbeb66363819237575562dcf1876911 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 19 May 2017 16:17:29 -0700 Subject: [PATCH] Update 186-Promises_Applied.md --- _goals/186-Promises_Applied.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_goals/186-Promises_Applied.md b/_goals/186-Promises_Applied.md index d92fe844..4b52516c 100644 --- a/_goals/186-Promises_Applied.md +++ b/_goals/186-Promises_Applied.md @@ -54,6 +54,10 @@ Complete these sections (including the exercises) of the [Rethinking Asynchronou - Promises Complete the [Understanding Promises in JavaScript][treehouse-workshop-promises] workshop (22m). + Read [this](https://coligo.io/javascript-promises-plain-simple/) blog post and [this](https://scotch.io/tutorials/understanding-javascript-promises-pt-i-background-basics) blog post.