Improved Challenge Seed

Assignment with a Returned Value .
This commit is contained in:
Tahmid ul karim 2016-01-26 21:36:55 +06:00
parent 5a253e6027
commit f2adce323e

View File

@ -1982,6 +1982,15 @@
],
"releasedOn": "January 1, 2016",
"challengeSeed": [
"// Example",
"var changed = 0;",
"",
"function change(num) {",
" return (num + 5) / 3;",
"}",
"",
"changed = change(10);",
"",
"// Setup",
"var processed = 0;",
"",