Levshin95 hace 2 años
padre
commit
91a748ef18
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      HW5/index.js

+ 1 - 1
HW5/index.js

@@ -76,7 +76,7 @@
 /* deserialize */
 
     let d = JSON.parse('{"name" : "Andriy", "surname" : "Lunin", "age" : "23", "nationality" : "Ukrainian", "club" : "Real Madrid"}')
-    persons[4] = d
+    persons.push(d)
 
 /* HTML */