Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Created August 21, 2020 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shameemreza/2fb87f1dd9e2a64886d214f030792313 to your computer and use it in GitHub Desktop.
Save shameemreza/2fb87f1dd9e2a64886d214f030792313 to your computer and use it in GitHub Desktop.
var list = [1, 2, 3];
list.forEach((v) => print(v * 10));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment