Merge pull request #3015 from super-salad/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2022-06-13 08:03:51 +02:00 committed by GitHub
commit 7a2365348d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ let student = {
age: 30,
isAdmin: false,
courses: ['html', 'css', 'js'],
wife: null
spouse: null
};
*!*
@ -58,7 +58,7 @@ alert(json);
"age": 30,
"isAdmin": false,
"courses": ["html", "css", "js"],
"wife": null
"spouse": null
}
*/
*/!*