I would like to know how to create a computed observable array.
In my view model, I have 2 observable arrays, and I would like to have a computed observable array
An observableArray is just an observable with a few more properties. Therefore, a computed observable that returns an array in the closure will be treated as an array.