Modify sample function in code to match form of sample function in description
This commit is contained in:
@ -681,7 +681,7 @@
|
|||||||
"var a = 4;",
|
"var a = 4;",
|
||||||
"var b = 5;",
|
"var b = 5;",
|
||||||
"",
|
"",
|
||||||
"ourFunction = function() {",
|
"function ourFunction(a, b) {",
|
||||||
" return a - b;",
|
" return a - b;",
|
||||||
"};",
|
"};",
|
||||||
"",
|
"",
|
||||||
|
Reference in New Issue
Block a user