List of questions
Related questions
Question 194 - Certified JavaScript Developer I discussion
Refer to the following code:
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!'); };
Your answer:
0 comments
Sorted by
Leave a comment first