1.

thisfun=function lfc(x){
console.log(x*x);
}
// line 4
3.What will be the output of the below code?

A. 0
B. 5
C. undefined
D. error
Answer» C. undefined


Discussion

No Comment Found