Skip to content

Instantly share code, notes, and snippets.

@chrdek
Created October 21, 2018 15:40
Show Gist options
  • Select an option

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

Select an option

Save chrdek/118198318e292be331fd41b8f04460f6 to your computer and use it in GitHub Desktop.
Zero count v1
f=i=>{r=[...i+""].map(c=>{return(c=="0")?[].push():' '}).join('').split(' ').map(c=>c.length);return Math.max.apply(Math,r)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment