Skip to content

Commit f0f1006

Browse files
committed
fix: json
1 parent 0530c92 commit f0f1006

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
@@ -405,7 +405,7 @@ To decode a JSON-string, we need another method named [JSON.parse](mdn:js/JSON/p
405405

406406
The syntax:
407407
```js
408-
let value = JSON.parse(str, [reviver]);
408+
let value = JSON.parse(str[, reviver]);
409409
```
410410

411411
str

0 commit comments

Comments
 (0)