Skip to content

Instantly share code, notes, and snippets.

@zoechi
Created April 16, 2015 13:49
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 zoechi/43c9bdc49c63f8285e07 to your computer and use it in GitHub Desktop.
Save zoechi/43c9bdc49c63f8285e07 to your computer and use it in GitHub Desktop.
// SO 29629868
main() {
var languages = <String>["dart", "javascript", "coffeescript", "typescript"];
var tmpList = languages.map((e) => e.toUpperCase()).toList();
print(tmpList);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment