Skip to content

Instantly share code, notes, and snippets.

@JulianSoto
Last active July 18, 2019 01:08
Show Gist options
  • Save JulianSoto/020a05a007f62b9adee11b2143d72de6 to your computer and use it in GitHub Desktop.
Save JulianSoto/020a05a007f62b9adee11b2143d72de6 to your computer and use it in GitHub Desktop.
[1, 2, 3].forEach(item => {
console.log(item);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment