Skip to content

Commit 98f0616

Browse files
no change
1 parent 75cc59f commit 98f0616

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assignments/stretch-function-conversion.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ let anotherFunction = param => param;
66

77

88
let add = (param1, param2) => param1 + param2;
9+
910
add(1, 2);
1011

1112
let subtract = (param1, param2) => param1 - param2;

0 commit comments

Comments
 (0)