Skip to content

Commit 1aca7d5

Browse files
committed
Update solution.md
1 parent 7aa06d4 commit 1aca7d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • 1-js/05-data-types/11-json/2-serialize-event-circular

1-js/05-data-types/11-json/2-serialize-event-circular/solution.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ alert( JSON.stringify(meetup, function replacer(key, value) {
2626
*/
2727
```
2828

29-
Here we also need to test `key==""` to exclude the first call where it is normal that `value` is `meetup`.
30-
29+
Здесь нам также нужно проверить `key ==""`, чтобы исключить первый вызов, где обычно значение value равно `meetup`.

0 commit comments

Comments
 (0)