MCQOPTIONS
Saved Bookmarks
| 1. |
thisfun=function lfc(x){ console.log(x*x);}// line 43.What will be the output of the below code? |
| A. | 0 |
| B. | 5 |
| C. | undefined |
| D. | error |
| Answer» C. undefined | |