

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output if we compare "ten" and 10 with less then comparison operator("ten"<10)? |
A. | True |
B. | False |
C. | undefined |
D. | error |
Answer» C. undefined | |