We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a10453 commit c007cd7Copy full SHA for c007cd7
stretch-function-conversion.js
@@ -1,5 +1,4 @@
1
// Take the commented ES5 syntax and convert it to ES6 arrow Syntax
2
-
3
let myFunction = () => {};
4
5
let anotherFunction = param => param;
0 commit comments