Salesforce Certified JavaScript Developer (JS-Dev-101) JavaScript-Developer-I Question # 59 Topic 6 Discussion

Salesforce Certified JavaScript Developer (JS-Dev-101) JavaScript-Developer-I Question # 59 Topic 6 Discussion

JavaScript-Developer-I Exam Topic 6 Question 59 Discussion:
Question #: 59
Topic #: 6

Referto the following code:

JavaScript-Developer-I Question 59

Which two statement could be inserted at line 17 to enable the function call on line 18?

Choose 2 answers


A.

Object.assign (leo, tony);


B.

Object.assign (leo. Tiger);


C.

leo.roar = () => { console.log('They\'re pretty good!'); );


D.

leo.prototype.roar = ( ) =>( console.log('They\'re pretty good!'); };


Get Premium JavaScript-Developer-I Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.