From 910df79e0f1b9b8c3b12b9b48e88099e18f318e5 Mon Sep 17 00:00:00 2001 From: Ashik Kabeer <97529548+ashikkabeer@users.noreply.github.com> Date: Sat, 12 Nov 2022 12:11:32 +0530 Subject: [PATCH] Deleted roadmap.sh page (#2928) Understanding Javascript Promises this page won't be available anymore --- .../content/104-nodejs-async-programming/102-promises.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/102-promises.md b/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/102-promises.md index efff2338f..ef4f3a906 100644 --- a/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/102-promises.md +++ b/content/roadmaps/107-nodejs/content/104-nodejs-async-programming/102-promises.md @@ -11,7 +11,6 @@ Using resolve() and reject(), we can communicate back to the caller what the res Free Content -Understanding Javascript Promises Promise Methods Official Website Official Website