Skip to content

Instantly share code, notes, and snippets.

@sekmo
Last active October 30, 2017 10:55
Show Gist options
  • Save sekmo/a0d255d2057bc750a933b2b114552f68 to your computer and use it in GitHub Desktop.
Save sekmo/a0d255d2057bc750a933b2b114552f68 to your computer and use it in GitHub Desktop.
  • Which is the difference between [1, 2, 3] & [3, 4, 5] and [1, 2, 3] && [3, 4, 5]?
  • Which is the difference between [1, 2, 3] + [3, 4, 5, 6] and [1, 2, 3] << [3, 4, 5, 6]?
  • What do you get with [5, 3, 1, [2, 10]].flatten?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment