We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea99f8 commit 4106e2eCopy full SHA for 4106e2e
objects/properties.md
@@ -11,7 +11,7 @@ var language = {
11
},
12
// Yes, objects can be nested!
13
getAuthorFullName: function(){
14
- return this.author.firstName + this.author.lastName;
+ return this.author.firstName + " " + this.author.lastName;
15
}
16
// Yes, functions can be values too!
17
};
0 commit comments