...

/

Challenge: Unidirectional Associations

Challenge: Unidirectional Associations

Test your understanding of unidirectional associations with this challenge.

We'll cover the following...

Problem statement

This challenge requires you to complete the following tasks:

  1. Make an OO class model that’s derived from the given design model by replacing associations with corresponding reference properties.
  2. Make a JavaScript class model that is
...