Skip to content

Commit e63a07c

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

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
@@ -477,7 +477,7 @@ alert( meetup.date.getDate() ); // Error!
477477
*/!*
478478
```
479479

480-
Upss! Un error!
480+
¡Upss! ¡Un error!
481481

482482
El valor de `meetup.date` es un string, no un objeto `Date`. Cómo puede saber `JSON.parse` que debe transformar ese string a una `Date`?
483483

0 commit comments

Comments
 (0)