Last active
February 7, 2020 00:41
-
-
Save alexandermckay/8e33f266cf42fe7cd4bedd0697665b4e to your computer and use it in GitHub Desktop.
EiFP - For Each
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 a = [1, 2, 4] | |
forEach(console.log, a) | |
// [1, 2, 4] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment