Alex J. answered 09/25/24
Computer Science, ACT, and Math Teacher
Hey Katelyn,
Your answers to questions 1,2,4 are correct. However, your answer for question 3 is incorrect. Inline Event Handlers have their time and place, but general use would make your code difficult to read, debug, and expand. Therefore, they are not generally considered best practice, and it is not usually a good idea to use them. Also, note that for question 5, the answer is 'event.stopPropagation()', which is very close to, but not exactly what you wrote. Remember, syntax is everything!
Good luck,
Alex J.