From a8d0e01f0943c227c81cf773a2dc1d49bf8d2849 Mon Sep 17 00:00:00 2001 From: Karan <50290386+Sonawane-Karan26@users.noreply.github.com> Date: Tue, 30 Nov 2021 18:36:46 +0530 Subject: [PATCH] Update Project 1 --- Chapter 15/Project 1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter 15/Project 1 b/Chapter 15/Project 1 index 1f4c59b..ed15f4b 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())