Referto the following code:
Which two statement could be inserted at line 17 to enable the function call on line 18?
Choose 2 answers
Object.assign (leo, tony);
Object.assign (leo. Tiger);
leo.roar = () => { console.log('They\'re pretty good!'); );
leo.prototype.roar = ( ) =>( console.log('They\'re pretty good!'); };
Submit