Created
June 26, 2020 22:18
-
-
Save ericelliott/9ef4400c65c86bedae175c9fecbfa01d to your computer and use it in GitHub Desktop.
double-list-declarative.js
This file contains 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
const doubleList = list => list.map(x => x * 2); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment