Knockout.js Lesson 10 - Computed Observables | Knockoutjs Video Tutorial

,

In lesson 10, we look at a feature of Knockout called computed observables. These are special functions that reference one or more viewModel properties (either observables or observable arrays), and which are invoked whenever the value of the property or properties changes. This is an extremely useful feature for creating dependency chains between properties of the viewModel.