Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ad25088

Browse files
Add missing semicolon to example in presentation
1 parent ec33bf0 commit ad25088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎presentation.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ dog.toString = function () {
188188
output += ((this.vaccinated)? 'and vaccinated.' : 'and not vaccinated.');
189189

190190
return output;
191-
}
191+
};
192192

193193
dog.toString(); // This dog is adoptable and not vaccinated.
194194
dog.hasOwnProperty('toString'); // true, because toString shadows the inherited prototype method for toString

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /