Created
November 14, 2019 16:02
-
-
Save miquelbeltran/ba4352e121b19ecb1b171cce553de72f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
main() { | |
var numbersByTwo = [1, -2, 3, 42].map((number) => number * 2); | |
print('Numbers: $numbersByTwo.'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment