MCQOPTIONS
Saved Bookmarks
| 1. |
The snippet that has to be used to check if “a” is not equal to “null” is ________?# |
| A. | if(a!=null) |
| B. | if (!a) |
| C. | if(a!null) |
| D. | if(a!==null) |
| Answer» E. | |