In the exercise debugging second question is missing from answer solution. Q) What does the `finally` keyword do? Answer) The finally statement lets you execute code, after try and catch, regardless of the result.
In the exercise debugging second question is missing from answer solution.
Q) What does the
finallykeyword do?Answer) The finally statement lets you execute code, after try and catch, regardless of the result.