Skip to content

Commit 07b84a4

Browse files
committed
Ejercicio1
1 parent c179a0f commit 07b84a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ejercicio1.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
var lista = {
2+
nombre : "Ivan",
3+
edad : 20,
4+
desarrollador: true,
5+
date: "22/05/02",
6+
libroFav : {
7+
titulo: "Cosmos",
8+
autor: "Carl Sagan",
9+
fecha: 1978,
10+
}
11+
}

0 commit comments

Comments
 (0)