Skip to content

Instantly share code, notes, and snippets.

@leonardfactory
Created May 10, 2014 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leonardfactory/38c9ddfa7cb75bb77bc3 to your computer and use it in GitHub Desktop.
Save leonardfactory/38c9ddfa7cb75bb77bc3 to your computer and use it in GitHub Desktop.
var count = 0;
for(var i=1;i<=100;i++){
count+= (i.toString().match(/9/g) || []).length
}
console.log(count);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment