Math
selectAll().data().enter().append()
d3
Background knowledge:
d3.select("p).on("click", function() {} ); binds an event listener to the p element.
d3.select("p).on("click", function() {} );