From 87d26a05508b750f824229b026ed01a88da7983b Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Fri, 3 Dec 2021 14:46:50 +0530 Subject: [PATCH] restructured --- Chapter 15/Exercise_15.1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 15/Exercise_15.1.js b/Chapter 15/Exercise_15.1.js index 8bfc5c7..d317f97 100644 --- a/Chapter 15/Exercise_15.1.js +++ b/Chapter 15/Exercise_15.1.js @@ -17,4 +17,4 @@ fetch(url).then(rep => rep.json()) data.forEach((el) => { console.log(`${el.name} = ${el.status}`); }); -}) +});