Skip to content

Instantly share code, notes, and snippets.

@munificent
Created March 14, 2019 22:25
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 munificent/24b7ee421cfde933a7e81a9c54a5bc16 to your computer and use it in GitHub Desktop.
Save munificent/24b7ee421cfde933a7e81a9c54a5bc16 to your computer and use it in GitHub Desktop.
[for (var i = 1; i <= 5; i++) if (i.isOdd) i * i] // [1, 9, 25].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment