Question d’entretien chez Amazon

Write a JavaScript function that notifies the user based on data associated with an element.

Réponse à la question d'entretien

Utilisateur anonyme

10 sept. 2018

e.stopPropogation() is the key to this question, since you don't want the event to trigger the parent's event listeners.