Domain Modeling
HTML Table Basics
Introduction to Constructors
Object Prototypes using a Constructor
HTML table advanced features and accessibility
takes and tracks lots of information then outputs it into something easy to follow
tables reduce accessibility for visually impaired users they are also not responsive
th = table header
tr = table row
td = table data
a constructor is like a tempate of ofject literals which we can add/remove/change. it WILL effect all the objects instead of doing them all one at a time which is time consuming and error prone
In a constructor function this does not have a value. It is a substitute for the new object. The value of this will become the new object when a new object is created.
I will be using this in the lab and will hopefully learn more!