reading-notes

Reading Journal

This topic matters because domain modeling helps us to stay organized and work within the boundaries that are set in front of us. This helps insure the deliverables are exactly what the customer is expecting while promoting team expectations. Constructors are helpful becuase they allow you to specify default values and then apply arguements if needed to customize the output.

Reading

Domain Modeling

1. Explain why we need domain modeling.

HTML Table 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.

Things I want to know more about.

I’d like to learn more about constructors and see real life code examples of them in action.