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.
1 parent efa4de4 commit e263ab5Copy full SHA for e263ab5
05_higher_order.txt
@@ -415,8 +415,8 @@ allowed in JSON.
415
416
(((JSON.stringify function)))(((JSON.parse
417
function)))(((serialization)))(((deserialization)))(((parsing)))JavaScript
418
-gives us functions, `JSON.parse` and `JSON.stringify`, that convert
419
-data from and to this format. The first takes a JavaScript value and
+gives us functions, `JSON.stringify` and `JSON.parse`, that convert
+data to and from this format. The first takes a JavaScript value and
420
returns a JSON-encoded string. The second takes such a string and
421
converts it to the value it encodes.
422
0 commit comments