From fffed6e9db40431de2c9d93f123394ee4b04c245 Mon Sep 17 00:00:00 2001 From: Mahendra Chauhan Date: Mon, 6 Sep 2021 01:16:34 +0530 Subject: [PATCH] Update 19_day_closures.md --- 19_Day_Closures/19_day_closures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/19_Day_Closures/19_day_closures.md b/19_Day_Closures/19_day_closures.md index 4c96016..c1924ca 100644 --- a/19_Day_Closures/19_day_closures.md +++ b/19_Day_Closures/19_day_closures.md @@ -80,7 +80,7 @@ console.log(innerFuncs.minusOne) ```sh 1 -1 +0 ``` 🌕 You are making progress. Maintain your momentum, keep the good work. Now do some exercises for your brain and for your muscle. @@ -101,4 +101,4 @@ console.log(innerFuncs.minusOne) 🎉 CONGRATULATIONS ! 🎉 -[<< Day 18](../18_Day_Promises/18_day_promise.md) | [Day 20 >>](../20_Day_Writing_clean_codes/20_day_writing_clean_codes.md) \ No newline at end of file +[<< Day 18](../18_Day_Promises/18_day_promise.md) | [Day 20 >>](../20_Day_Writing_clean_codes/20_day_writing_clean_codes.md)