A Pen by Stephen Huh on CodePen.
Created
August 23, 2017 23:38
-
-
Save stephenhuh/5ffb308c3d2b09f27294a7a14e4a0ab6 to your computer and use it in GitHub Desktop.
MvXLMY
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
[1,2,3,4].forEach((el,idx,arr) => { | |
console.log("el", el) | |
console.log("idx", idx) | |
console.log("arr", arr); | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment