MCQOPTIONS
Saved Bookmarks
| 1. |
In JavaScript the x===y statement implies that: |
| A. | Both x and y are equal in value, address as well. |
| B. | Both are x and y are equal in value only. |
| C. | Both are equal in the value and data type. |
| D. | Both are not same at all. |
| Answer» D. Both are not same at all. | |