Skip to content

Instantly share code, notes, and snippets.

@yurenju
Created July 5, 2016 02:01
Show Gist options
  • Save yurenju/53624069b0e4d4e7917def956ae63864 to your computer and use it in GitHub Desktop.
Save yurenju/53624069b0e4d4e7917def956ae63864 to your computer and use it in GitHub Desktop.
() => {
total += current;
console.log('total: ' + total, ', current: ' + current);
return current !== 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment