reading-notes

Object-oriented programming, HTML tables

Domain Modeling

Explain why we need domain modeling.

Why should tables not be used for page layouts?

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

Introducing Constructors

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

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

Object Prototypes Using A Constructor

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

NOTE: This is a very common front end developer interview question

References