View all questions & answers for the JavaScript-Developer-I exam
Which code change should be done for the console to log the following when 'Click me!' is clicked'
> Row log
> Table log
Remove lines 13 and14
Change line 10 to event.stopPropagation (false) ;
Change line 14 toelem.addEventListener ('click', printMessage, true);
Remove line 10
Submit