We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f574aa commit 6940551Copy full SHA for 6940551
1 file changed
05_higher_order.txt
@@ -415,7 +415,7 @@ allowed in JSON.
415
416
(((JSON.stringify function)))(((JSON.parse
417
function)))(((serialization)))(((deserialization)))(((parsing)))JavaScript
418
-gives us functions, `JSON.stringify` and `JSON.parse`, that convert
+gives us functions, `JSON.parse` and `JSON.stringify`, that convert
419
data from and to 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.
0 commit comments