Skip to content

Instantly share code, notes, and snippets.

@chrdek
Created October 28, 2018 16:12
Show Gist options
  • Select an option

  • Save chrdek/e4549d4873ce38a3e1a4096c0c957d4f to your computer and use it in GitHub Desktop.

Select an option

Save chrdek/e4549d4873ce38a3e1a4096c0c957d4f to your computer and use it in GitHub Desktop.
zeroes count sample code v8
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