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);});