Skip to content

Commit 6c4e977

Browse files
committed
You cant code under pressure
1 parent 5ea9b40 commit 6c4e977

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CantCodeUnderPressure.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
//Code as fast as you can! You need to double the integer and return it.
3+
4+
function doubleInteger(i) {
5+
i *= 2
6+
return i;
7+
}

0 commit comments

Comments
 (0)