Skip to content

Files

Latest commit

Jan 25, 2022
a34356e · Jan 25, 2022

History

History
This branch is 34 commits ahead of RaniaAbdullahh/prep-course-std:master.

Day07

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 25, 2022
Jan 13, 2022
Jan 13, 2022

Day 07

Outcomes

  • Understand hoisting in javascript.
  • 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().

Resources

Keywords to Search for:

  • Hoisting.
  • Dot Notation.
  • String Interpolation.
  • Constructor Functions.
  • Constructor Prototypes.
  • DOM