Unit 7 Task 10: Interactivity

Background knowledge:

d3.select("p).on("click", function() {} ); binds an event listener to the p element.