A
Q. What will be the output of the below code?
Code:
let chaval= (p)=>p+2;
console.log(chaval(2));
console.log(chaval(2));
- Correct Answer - Option(A)
- Views: 23
- Filed under category JavaScript
- Hashtags:
Discusssion
Login to discuss.