Merge pull request #168 from fuchodeveloper/patch-3
Fixed typo in article
This commit is contained in:
commit
e9f502053a
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