

MCQOPTIONS
Saved Bookmarks
1. |
console.log(10+"lfc" +12); } res=lfc(10); console.log(res); //line 5 |
A. | thisfun(10) |
B. | lfc(10) |
C. | function thisfun(10) |
D. | None of the above |
Answer» B. lfc(10) | |