Search⌘ K

New Issues

Explore how to manage new subtyping challenges by adding constraint violations, coding enumeration types, and refining serialization. Understand how to update category attributes immutably and display conditional form fields dynamically in your app interface, improving your ability to build structured JavaScript applications with class hierarchies.

We'll cover the following...

New issues in subtyping

Compared to the EnumerationApp, we have to deal with several new issues:

  1. In the model code, we need to do the following:

    1. Add a constraint violation class FrozenValueConstraintViolation to errorTypes.js.
    2. Code the enumeration type to be used as the range of the category attribute (
...