JavaScript allows DOM elements to be nested inside each other. In such a case, if the handler of the child is clicked, the handler of the parent will also work as if it were clicked too.
Questions d'entretien [1]
Question 1
Yes, JavaScript is case-sensitive. For example, a function parseInt is not the same as the function Parseint.