You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Understand how object literals are structured in JavaScript, as well as how to access and reassign values/functionality to their properties and methods and this keyword.
Understand how dot notation and bracket notation are used to access/reassign properties and methods in JavaScript objects.
Understand interpolation expressions.
Be able to build and use a constructor function.
Be able to use the ‘prototype’ property to extend the inheritable properties and methods of a constructor function.
Introduction to DOM tree.
Use JavaScript to dynamically render data in HTML by document.write().