Created
October 25, 2017 08:40
-
-
Save marcelbirkner/d316efe8dc03c36de2da089f3cca6bc1 to your computer and use it in GitHub Desktop.
javascript-babel-transpile-arrow-function-example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[1,2,3,4].map(n => n + 1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment