Modify sample function in code to match form of sample function in description

This commit is contained in:
Joel Bentley
2015-09-13 14:04:52 -04:00
parent fd81e57df0
commit 815f460fd8

View File

@ -681,7 +681,7 @@
"var a = 4;",
"var b = 5;",
"",
"ourFunction = function() {",
"function ourFunction(a, b) {",
" return a - b;",
"};",
"",