Raw Javascript to jQuery

Objectives:
  • To understand how raw Javascript manipulates the DOM
  • To learn how raw Javascript treats the documents as an 'object' and how to use the console.dir()
  • To know how to add an event listener in raw Javascript
  • To determine how jQuery performs these Javascript tasks and why it's helpful to use jQuery vs r...