From 4505bda1020a49603ab725bf865058e4604e3b31 Mon Sep 17 00:00:00 2001 From: Mau Di Bert Date: Sat, 16 Feb 2019 12:46:54 -0300 Subject: [PATCH] Update article.md adding the reference. I'm not sure if that's correct but if not, the reference appears in the last example but it doesn't target anything. ;-) --- 1-js/05-data-types/11-json/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/05-data-types/11-json/article.md b/1-js/05-data-types/11-json/article.md index 9d5d6f0e..0f526c59 100644 --- a/1-js/05-data-types/11-json/article.md +++ b/1-js/05-data-types/11-json/article.md @@ -361,7 +361,7 @@ alert( JSON.stringify(meetup) ); Here we can see that `date` `(1)` became a string. That's because all dates have a built-in `toJSON` method which returns such kind of string. -Now let's add a custom `toJSON` for our object `room`: +Now let's add a custom `toJSON` for our object `room` `(2)`: ```js run let room = {