MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the code snippet given belowvar count = [1,,3];What is the observation made? |
| A. | The omitted value takes “undefined” |
| B. | This results in an error |
| C. | This results in an exception |
| D. | None of the mentioned |
| Answer» B. This results in an error | |