Three functions are loaded on this page
- drawRightTriangle (height): you can call it with or without the 'height' paramater. The default height is 7
- fizzBuzz(lowerLimit, upperLimit): you can call it with or without the arguments. The default values are 0 for lowerLimit and 100 for upperLimit
- chessBoard(size): you can call it with or without the size argument. The default value for size is 8