We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa06d4 commit 1aca7d5Copy full SHA for 1aca7d5
1 file changed
1-js/05-data-types/11-json/2-serialize-event-circular/solution.md
@@ -26,5 +26,4 @@ alert( JSON.stringify(meetup, function replacer(key, value) {
26
*/
27
```
28
29
-Here we also need to test `key==""` to exclude the first call where it is normal that `value` is `meetup`.
30
-
+Здесь нам также нужно проверить `key ==""`, чтобы исключить первый вызов, где обычно значение value равно `meetup`.
0 commit comments