reading-notes

Code Fellows 201

Day 07 Notes

Home

Reading

Domain Modeling

Explain why we need domain modeling.

HTML Table Basics

Why should tables not be used for page layouts?

The main reasons are as follows:

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?

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