Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Last active December 10, 2019 22:28
Show Gist options
  • Save miquelbeltran/f3d96039195566d934a966390ea4ad62 to your computer and use it in GitHub Desktop.
Save miquelbeltran/f3d96039195566d934a966390ea4ad62 to your computer and use it in GitHub Desktop.
void main() {
var iterable = ['Salad', 'Popcorn', 'Toast'];
print('The first element is ${iterable.first}');
print('The last element is ${iterable.last}');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment