We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba34f5e + 4505bda commit 1157a95Copy full SHA for 1157a95
1-js/05-data-types/11-json/article.md
@@ -361,7 +361,7 @@ alert( JSON.stringify(meetup) );
361
362
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.
363
364
-Now let's add a custom `toJSON` for our object `room`:
+Now let's add a custom `toJSON` for our object `room` `(2)`:
365
366
```js run
367
let room = {
0 commit comments