Update Project 1

This commit is contained in:
Karan
2021-11-30 18:36:46 +05:30
committed by GitHub
parent 460f87da63
commit a8d0e01f09
+1 -1
View File
@@ -6,7 +6,7 @@
</body> </body>
</html> </html>
*/ myscript.js /* myscript.js
let url = "people.json"; let url = "people.json";
fetch(url) fetch(url)
.then(response => response.json()) .then(response => response.json())