We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 099881d + f2a4aff commit 7a23653Copy full SHA for 7a23653
1 file changed
1-js/05-data-types/12-json/article.md
@@ -41,7 +41,7 @@ let student = {
41
age: 30,
42
isAdmin: false,
43
courses: ['html', 'css', 'js'],
44
- wife: null
+ spouse: null
45
};
46
47
*!*
@@ -58,7 +58,7 @@ alert(json);
58
"age": 30,
59
"isAdmin": false,
60
"courses": ["html", "css", "js"],
61
- "wife": null
+ "spouse": null
62
}
63
*/
64
*/!*
0 commit comments