Skip to content

Commit e67ffa6

Browse files
authored
Update article.md
Так как replacer и space optional параметры, будет правильнее, чтоб после [ была запятая, как у других функций.
1 parent 228dd29 commit e67ffa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/12-json/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ JSON.stringify(meetup); // Ошибка: Преобразование цикли
177177
Полный синтаксис `JSON.stringify`:
178178

179179
```js
180-
let json = JSON.stringify(value, [replacer, space])
180+
let json = JSON.stringify(value [, replacer, space])
181181
```
182182

183183
value

0 commit comments

Comments
 (0)