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 b29a4ea commit b97fb69Copy full SHA for b97fb69
arrays-and-objects/json-intro.js
@@ -20,7 +20,7 @@ const post = {
20
const str = JSON.stringify(post);
21
/*
22
* this is what we send to the db as a frontend dev,we cant't access property on the string,
23
- * we have to parse it to convert it to
+ * we have to parse it to convert it
24
*/
25
26
// Converts a JavaScript Object Notation (JSON) string into an object.
0 commit comments