List of questions
Related questions
Question 9 - Certified B2B Commerce Administrator discussion
A developer needs to create an event listener on a parent component 04m 49s programmatically. With the script below, what should replace the text
<EVENT_LISTENER_LINE>?
A.
this.template.addEventListener(this.handleNotification);
B.
this.template.addEventListener('notification', this.handleNotification);
C.
this.template.addEventListener(handleNotification);
D.
addEventListener('notification, this.handleNotification);
Your answer:
0 comments
Sorted by
Leave a comment first