Skip to content

Commit 971a32e

Browse files
authoredOct 20, 2020
Update article.md
1 parent 24ff585 commit 971a32e

File tree

1 file changed

+1
-1
lines changed
  • 1-js/04-object-basics/07-optional-chaining

1 file changed

+1
-1
lines changed
 

‎1-js/04-object-basics/07-optional-chaining/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ let userAdmin = {
153153
admin() {
154154
alert("I am admin");
155155
}
156-
}
156+
};
157157

158158
let userGuest = {};
159159

0 commit comments

Comments
 (0)