reading-notes

Class 7

Back to home page

Domain modeling

Q. Explain why we need domain modeling.

HTML table basics

Q. Why should tables not be used for page layouts?

Q. List and describe 3 different semantic HTML elements used in an HTML table.

Introducing Constructors

Q. What is a constructor and what are some advantages to using it?

Q. How does the term this differ when used in an object literal versus when used in a constructor?

Object prototypes using constructors

Q. Explain prototypes and inheritance via an analogy from your previous work experience.