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.
2 parents 34c05e2 + c1d419d commit e9f5020Copy full SHA for e9f5020
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