Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 1-js/05-data-types/12-json/article.md
Co-authored-by: joaquinelio <joaquinelio@gmail.com>
  • Loading branch information
EzequielCaste and joaquinelio authored Jul 13, 2020
commit 91ab19c2fef705668420aecc78937a20a5637bd7
2 changes: 1 addition & 1 deletion 1-js/05-data-types/12-json/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ let meetup = JSON.parse(str, function(key, value) {
});
*/!*

alert( meetup.date.getDate() ); // ahora funciona!
alert( meetup.date.getDate() ); // ¡Ahora funciona!
```

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