Skip to content

Instantly share code, notes, and snippets.

@ktraff
Created October 12, 2013 14:15
Show Gist options
  • Save ktraff/6950441 to your computer and use it in GitHub Desktop.
Save ktraff/6950441 to your computer and use it in GitHub Desktop.
An example of an Underscore zipper.
_.zipper([1, 2, 3, 4, 5, 6, 7]).right(4).left().val() // 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment