Chapter 18. Subtyping Practice Projects

Table of Contents

1. Project 1 - Person Types and Movie Types

1. Project 1 - Person Types and Movie Types

The purpose of the app to be built is managing information about movies as well as their directors and actors whwre two types of movies are distinguished: biographies and episodes of TV series, as shown in the following model:

Code the app by following our guidelines.

Make sure that your pages comply with the XML syntax of HTML5, and that your JavaScript code complies with our Coding Guidelines (and is checked with JSHint).