Merge pull request #3542 from MWGitHub/patch-1

Remove Unnecessary Left Over Semicolon
This commit is contained in:
Anton Strömkvist
2015-09-30 23:51:23 +02:00

View File

@ -686,7 +686,7 @@
"",
"function ourFunction(a, b) {",
" return a - b;",
"};",
"}",
"",
"// Create a function called myFunction that returns the value of a plus b.",
"// Only change code below this line.",