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 a0ef8dd2ee
commit 96e071687b

View File

@ -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;",
"};", "};",
"", "",