From 9b47b5e5ffecd13ce6ed42ae2d7cbe3226879b77 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:34:47 +0530 Subject: [PATCH] restructured --- Chapter 13/Exercise_13.2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 13/Exercise_13.2.js b/Chapter 13/Exercise_13.2.js index 7c0367a..c741ee7 100644 --- a/Chapter 13/Exercise_13.2.js +++ b/Chapter 13/Exercise_13.2.js @@ -10,4 +10,4 @@ myPromise .then(value => {counter(value); return "one"}) .then(value => {counter(value); return "two"}) .then(value => {counter(value); return "three"}) - .then(value => {counter(value);}) + .then(value => {counter(value);});