From e0f247c40cac3409395374af1ed2b36b03272f4e Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Tue, 30 Nov 2021 18:33:40 +0530 Subject: [PATCH] Update Project 1 --- Chapter 15/Project 1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Chapter 15/Project 1 b/Chapter 15/Project 1 index 8f44f53..3085051 100644 --- a/Chapter 15/Project 1 +++ b/Chapter 15/Project 1 @@ -6,7 +6,7 @@ -// myscript.js +*/ myscript.js let url = "people.json"; fetch(url) .then(response => response.json()) @@ -16,7 +16,7 @@ fetch(url) console.log(`${person.first} ${person.last} - ${person.topic}`); }); }); - +*/ // people.json [