My reading notes
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>
<th>
this is your header tag<tr>
this is your row tag<td>
this is your cell tagWhat 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.