Created
July 5, 2016 02:01
-
-
Save yurenju/53624069b0e4d4e7917def956ae63864 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
() => { | |
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