Merge pull request #519 from GorganRazvan/patch-2

Update article.md
This commit is contained in:
Ilya Kantor 2017-04-22 14:32:41 +02:00 committed by GitHub
commit d69534f893

View file

@ -463,7 +463,7 @@ It looks like this:
let str = '{"title":"Conference","date":"2017-11-30T12:00:00.000Z"}';
```
...And now we reed to *deserialize* it, to turn back into JavaScript object.
...And now we need to *deserialize* it, to turn back into JavaScript object.
Let's do it by calling `JSON.parse`: