1.

let chaval= (p)=>p+2;
console.log(chaval(2));
5.what will be the output of the below code?

A. 25
B. 50
C. 100
D. Error cannot have more than one variable with same name
Answer» C. 100


Discussion

No Comment Found