Skip to content

Commit c007cd7

Browse files
committed
mvp complete.
1 parent 0a10453 commit c007cd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stretch-function-conversion.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Take the commented ES5 syntax and convert it to ES6 arrow Syntax
2-
32
let myFunction = () => {};
43

54
let anotherFunction = param => param;

0 commit comments

Comments
 (0)