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 following code: <html lang="en"> <body> <div onclick = "console.log('Outer message') ;"> <button id ="myButton">CLick me<button> </div> </body> <script> function displayMessage(ev) { ev.stopPropagation(); console.log('Inner message.'); } const elem = document.getElementById('myButton'); elem.addEventListener('click' , displayMessage); </script> </html> What will the console show when the button is clicked?