Skip to content

Instantly share code, notes, and snippets.

@Czajnikowski
Created June 3, 2017 11:48
Show Gist options
  • Save Czajnikowski/713924f7000d759c0963e284b0ba505b to your computer and use it in GitHub Desktop.
Save Czajnikowski/713924f7000d759c0963e284b0ba505b to your computer and use it in GitHub Desktop.
reduce(initialValue) {
...
if resultIsGoodEnough($0) {
break // and return current $0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment