Created
October 28, 2018 16:12
-
-
Save chrdek/e4549d4873ce38a3e1a4096c0c957d4f to your computer and use it in GitHub Desktop.
zeroes count sample code v8
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
| f=i=>(i+"").replace(/[^0]/g,"-").split('-').sort().pop().length |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment