Update article.md

This commit is contained in:
Ilya Kantor 2020-10-20 11:56:11 +03:00 committed by GitHub
parent 24ff585f6b
commit 971a32e114
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ let userAdmin = {
admin() { admin() {
alert("I am admin"); alert("I am admin");
} }
} };
let userGuest = {}; let userGuest = {};