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 7993fd8 commit a096180Copy full SHA for a096180
1-js/05-data-types/12-json/article.md
@@ -177,7 +177,7 @@ JSON.stringify(meetup); // Ошибка: Преобразование цикли
177
Полный синтаксис `JSON.stringify`:
178
179
```js
180
-let json = JSON.stringify(value [, replacer, space])
+let json = JSON.stringify(value[, replacer, space])
181
```
182
183
value
0 commit comments