Outline

In this video...

You will learn how to use models to make it easier to work with the various data types in your application.

Using models you can get intellisense from your editor, and get errors when you misspell property names. Models are a great way to validate the shape of your data in JavaScript-based applications.

 

I finished! On to the next chapter