Update article.md

Make the example a bit more inclusive.
This commit is contained in:
Gramwise 2022-05-19 09:26:30 -06:00 committed by GitHub
parent 2901e0c645
commit f2a4aff661
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
} }
*/ */
*/!* */!*