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