Skip to content

Commit 91ab19c

Browse files
Update 1-js/05-data-types/12-json/article.md
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
1 parent 28fb630 commit 91ab19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1-js/05-data-types/12-json/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ let meetup = JSON.parse(str, function(key, value) {
493493
});
494494
*/!*
495495

496-
alert( meetup.date.getDate() ); // ahora funciona!
496+
alert( meetup.date.getDate() ); // ¡Ahora funciona!
497497
```
498498

499499
Por cierto, esto funciona también para objetos anidados:

0 commit comments

Comments
 (0)