mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-28 09:01:30 -05:00
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 b = 5;",
|
||||
"",
|
||||
"ourFunction = function() {",
|
||||
"function ourFunction(a, b) {",
|
||||
" return a - b;",
|
||||
"};",
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user