A
Q. Consider the following code snippet.
What could be the task of the statement debugger?
Code:
function fun(f)
{
if (f === undefined) debugger;
}
{
if (f === undefined) debugger;
}
- Correct Answer - Option(D)
- Views: 5
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.