Remove Unnecessary Left Over Semicolon
Remove left over semicolon from function that was converted from an anonymous function at https://github.com/FreeCodeCamp/FreeCodeCamp/issues/3287
This commit is contained in:
@ -686,7 +686,7 @@
|
|||||||
"",
|
"",
|
||||||
"function ourFunction(a, b) {",
|
"function ourFunction(a, b) {",
|
||||||
" return a - b;",
|
" return a - b;",
|
||||||
"};",
|
"}",
|
||||||
"",
|
"",
|
||||||
"// Create a function called myFunction that returns the value of a plus b.",
|
"// Create a function called myFunction that returns the value of a plus b.",
|
||||||
"// Only change code below this line.",
|
"// Only change code below this line.",
|
||||||
|
Reference in New Issue
Block a user