We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f46c1b commit 520db12Copy full SHA for 520db12
Clase 16 - Ajax & Fetch/index.html
@@ -4,8 +4,8 @@
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<link rel="stylesheet" href="./estilos.css" type="text/css">
7
-
8
- <title>CLASE 7 </title>
+ <script defer src="./index.js"></script>
+ <title>CLASE 14 </title>
9
</head>
10
<body>
11
<div class="divP">
@@ -17,6 +17,6 @@
17
18
</div>
19
20
-<script async src="./index.js"></script>
+
21
</body>
22
</html>
Clase 16 - Ajax & Fetch/index.js
@@ -4,4 +4,4 @@
*/
fetch('productos.json')
- .then((datos) => console.log(data));
+ .then((datos) => console.log(datos));
0 commit comments