In week three we will discuss the following topics:
• Functions
• Code flow (order of execution)
• Basic DOM manipulations [img src, innerHTML]
• Code commenting
• Code debugging using the browser
• Beautification of code
- https://www.hackerearth.com/practice/notes/how-javascript-eventloop-works-whats-the-code-flow-pattern-with-anonymous-functions/
- Section about calling functions https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Functions
- https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction/