MCQOPTIONS
Saved Bookmarks
| 1. |
Which syntax doesn’t execute/is false when executed? |
| A. | if(&object != this) |
| B. | if(&function !=object) |
| C. | this.if(!this) |
| D. | this.function(!this) |
| Answer» B. if(&function !=object) | |