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!null) |
| C. | if (!a) |
| D. | if(a!=null) |
| E. | None of these |
| Answer» B. if(a!null) | |