Presentation Notes
First we looked at a simple web page that displays the current time. Looking at the source code, we see JavaScript to get the current time, format it for display, create a text node, and insert the node into the DOM in the appropriate place. But this web ...