Students learn about objects in JavaScript and why they are important.
Objects
Students learn how to declare their own objects in JavaScript.
Objects
Students learn how to access specific attributes or properties from inside their objects.
Objects
Students learn different JavaScript methods that can be used with the objects they have created.
Methods
Students learn how to use a constructor to make different instances of the classes they've made.
Constructors
Students learn about naming tags and how naming conventions are important in programming.
Tag Names
Students learn to use their JavaScript to interact with their HTML code by using jQuery.
jQuery
Students learn how to access specific parts of the HTML files by using getElementById.
getElementById
Students dive deeper into combining their JavaScript and HTML code by utilizing the Inner HTML abilities.
Inner HTML