Using javascript, output the times tables from 0 - 100 for a specified number to the javascript console.
The bulk of your logic should live inside a method that takes the number you want to see the times table for.
Requirements:
If you get stuck, please reach out to Ben for hints and help!