Skip to content

Commit 3084859

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

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
@@ -512,7 +512,7 @@ schedule = JSON.parse(schedule, function(key, value) {
512512
});
513513

514514
*!*
515-
alert( schedule.meetups[1].date.getDate() ); // funciona!
515+
alert( schedule.meetups[1].date.getDate() ); // ¡Funciona!
516516
*/!*
517517
```
518518

0 commit comments

Comments
 (0)