본문 바로가기

salesforce certification

(58/60) A developer wants to create an object from a function in the browser using the codebelow:Function Monster() { this.name = 'hello' };Const z = Monster();What happens due to lack of the new keyword on line 02?