A
Q. Consider the JavaScript code:
Choose the correct code to be inserted at line 4 in order to invoke the function.
Code:
thisfun=function lfc(x){
console.log(x*x);
}
// line 4
console.log(x*x);
}
// line 4
- Correct Answer - Option(A)
- Views: 32
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.