Saved Bookmarks
| 1. |
A javaScript code has the following three variables and values. x = “Script”; y = “3”; z = “2”;Then match the following table. A B x.length() false isNaN(x) 5 isNaN(y) 6 y + z true 32 |
||||||||||
Answer»
|
|||||||||||