Skip to content

Instantly share code, notes, and snippets.

@rsp
Created November 24, 2017 20:30
Show Gist options
  • Save rsp/4405bf54cd6d4ab5d1dd8b8f8a7be9b9 to your computer and use it in GitHub Desktop.
Save rsp/4405bf54cd6d4ab5d1dd8b8f8a7be9b9 to your computer and use it in GitHub Desktop.
console.log(count(f(input1))); // should print 0
console.log(count(f(input2))); // should print 1
console.log(count(f(input3))); // should print 9
console.log(count(f(input4))); // should print 99
console.log(count(f(input5))); // should print 999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment