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 144a2fe commit c1d419dCopy full SHA for c1d419d
1-js/05-data-types/11-json/article.md
@@ -36,7 +36,7 @@ JavaScript provides methods:
36
- `JSON.stringify` to convert objects into JSON.
37
- `JSON.parse` to convert JSON back into an object.
38
39
-For instance, here's we `JSON.stringify` a student:
+For instance, here we `JSON.stringify` a student:
40
```js run
41
let student = {
42
name: 'John',
0 commit comments