Fixed typo in article
Fixed typo in JSON.stringify section of the article
This commit is contained in:
parent
144a2fe6c3
commit
c1d419d140
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ JavaScript provides methods:
|
|||
- `JSON.stringify` to convert objects into JSON.
|
||||
- `JSON.parse` to convert JSON back into an object.
|
||||
|
||||
For instance, here's we `JSON.stringify` a student:
|
||||
For instance, here we `JSON.stringify` a student:
|
||||
```js run
|
||||
let student = {
|
||||
name: 'John',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue