reading-notes

Object-Oriented Programming, HTML Tables

Domain Modeling

  1. Explain why we need domain modeling.

Introduction To The DOM](https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Basics)

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

  2. List and describe 3 different semantic HTML elements used in an HTML <table>.

Introducing Constructors

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

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

Object Prototypes Using A Constructor

  1. Explain prototypes and inheritance via an analogy from your previous work experience. - NOTE: This is a very common front end developer interview question

Bookmark and Review

HTML Table Advanced Features and Accessibility

Things I want to know more about