Course · Section 10: A Closer Look at Functions · Lecture 135: Default Parameters
Implement `incrementTimes(start, times)` returning `start` after being incremented `times` times.
+ 1 hidden test run on Submit.
A simple loop adds one to a local copy of start, times times.
Run your code to see results.