MCQOPTIONS
Saved Bookmarks
| 1. |
Consider the following code snippet function f() {}; The above prototype represents a |
| A. | Function f |
| B. | A custom constructor |
| C. | Prototype of a function |
| D. | Not valid |
| Answer» C. Prototype of a function | |