Skip to content

Instantly share code, notes, and snippets.

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