We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e142f9b commit 988898dCopy full SHA for 988898d
double-it.js
@@ -0,0 +1,4 @@
1
+function doubleInteger(i) {
2
+ // i will be an integer. Double it and return it.
3
+ return i * 2;
4
+}
0 commit comments