Skip to content

Commit 2839f04

Browse files
taehui7439Violet-Bora-Lee
authored andcommitted
Update article.md
let json = JSON.stringify(value[, replacer, space]) 오타 수정
1 parent 00a5f45 commit 2839f04

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
@@ -178,7 +178,7 @@ JSON.stringify(meetup); // Error: Converting circular structure to JSON
178178
`JSON.stringify`의 전체 문법은 아래와 같습니다.
179179

180180
```js
181-
let json = JSON.stringify(value[, replacer, space])
181+
let json = JSON.stringify(value, [replacer, space])
182182
```
183183

184184
value

0 commit comments

Comments
 (0)