commit
7a2365348d
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ let student = {
|
||||||
age: 30,
|
age: 30,
|
||||||
isAdmin: false,
|
isAdmin: false,
|
||||||
courses: ['html', 'css', 'js'],
|
courses: ['html', 'css', 'js'],
|
||||||
wife: null
|
spouse: null
|
||||||
};
|
};
|
||||||
|
|
||||||
*!*
|
*!*
|
||||||
|
@ -58,7 +58,7 @@ alert(json);
|
||||||
"age": 30,
|
"age": 30,
|
||||||
"isAdmin": false,
|
"isAdmin": false,
|
||||||
"courses": ["html", "css", "js"],
|
"courses": ["html", "css", "js"],
|
||||||
"wife": null
|
"spouse": null
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
*/!*
|
*/!*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue