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.stringify` to convert objects into JSON.
|
||||||
- `JSON.parse` to convert JSON back into an object.
|
- `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
|
```js run
|
||||||
let student = {
|
let student = {
|
||||||
name: 'John',
|
name: 'John',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue