We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b76185 commit 334d4deCopy full SHA for 334d4de
1-js/04-object-basics/04-object-methods/article.md
@@ -81,7 +81,7 @@ user = {
81
// method shorthand looks better, right?
82
user = {
83
*!*
84
- sayHi() { // same as "sayHi: function()"
+ sayHi() { // same as "sayHi: function(){...}"
85
*/!*
86
alert("Hello");
87
}
0 commit comments