Explorar el Código

HW 5. Objects, in, JSON. done

OleksiiL hace 2 años
padre
commit
f52c17a1fb
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Homework_16/associative_arrays.js
  2. 1 1
      Homework_16/index.html

+ 1 - 1
Homework_16/associative_arrays.js

@@ -99,7 +99,7 @@ let persons = [
     education: "Bachelor degree",
   }),
   (c = {
-    name: "Sofia",
+    name: "Mariya",
     surname: "Sternenko",
     fathername: "Vyktoryvna",
     sex: "F",

+ 1 - 1
Homework_16/index.html

@@ -9,7 +9,7 @@
 </head>
 
 <body>
-    <script src="/associative_arrays.js"></script>
+    <script src="/associative_arrays1.js"></script>
 </body>
 
 </html>