Valid CRT-600 Dumps shared by ExamDiscuss.com for Helping Passing CRT-600 Exam! ExamDiscuss.com now offer the newest CRT-600 exam dumps, the ExamDiscuss.com CRT-600 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CRT-600 dumps with Test Engine here:
Refer to the code below: <html lang="en"> <table onclick="console.log(Table log');"> <tr id="row1"> <td>Click me!</td> </tr> <table> <script> function printMessage(event) { console.log('Row log'); } Let elem = document.getElementById('row1'); elem.addEventListener('click', printMessage, false); </script> </html> Which code change should be made for the console to log only Row log when 'Click me! ' is clicked?