View all questions & answers for the JavaScript-Developer-I exam
A developer wants to create an object from afunction in the browser using the code
below:
Function Monster() { this.name = ‘hello’ };
Const z = Monster();
What happens due to lackof the new keyword on line 02?
Submit