Fix a function that assigns event handler functions to an array of nodes the wrong way
Fix the following function. When you click on a node, an alert box is supposed to display the ordinal of the node. But it always displays the number of nodes + 1 instead. [codepen_embed...