So by now, everyone is tired of reading about FizzBuzz. It's even been on a podcast episode. So without further ado, here is a question to replace the now infamous technical filter.
QUESTION:
Write a function that takes in a base 15 value as a string and returns its integer value. An example would be "1000" = 3375.