Update Project 1
This commit is contained in:
Vendored
+1
-1
@@ -6,7 +6,7 @@
|
||||
</body>
|
||||
</html>
|
||||
|
||||
*/ myscript.js
|
||||
/* myscript.js
|
||||
let url = "people.json";
|
||||
fetch(url)
|
||||
.then(response => response.json())
|
||||
|
||||
Reference in New Issue
Block a user