Skip to content

Commit b97fb69

Browse files
Update json-intro.js
1 parent b29a4ea commit b97fb69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrays-and-objects/json-intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const post = {
2020
const str = JSON.stringify(post);
2121
/*
2222
* 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
23+
* we have to parse it to convert it
2424
*/
2525

2626
// Converts a JavaScript Object Notation (JSON) string into an object.

0 commit comments

Comments
 (0)