We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cc59f commit 98f0616Copy full SHA for 98f0616
1 file changed
assignments/stretch-function-conversion.js
@@ -6,6 +6,7 @@ let anotherFunction = param => param;
6
7
8
let add = (param1, param2) => param1 + param2;
9
+
10
add(1, 2);
11
12
let subtract = (param1, param2) => param1 - param2;
0 commit comments