Make a JavaScript Class Model
Let’s learn about the JavaScript class model and conversion from the information design model to the JavaScript class model.
We'll cover the following...
Steps to making a JavaScript class model
Using the information design model as the starting point, we make a JS class model by performing the following steps:
-
Create a check operation for each non-derived property so we have a central place for implementing all the constraints defined for a property in the design model. For a standard identifier attribute, such as
Book::isbn
...