var vm = { product: { id: 1, name: 'T-Shirt', price: 10, stock: 20 } }; ko.applyBindings(vm);