A
Q. Consider the following code snippet.
What could be the task of the statement debugger?
Code:
function fun(f)
{
if (f === undefined) debugger;
}