Knockout-ES5 is a plugin for Knockout.js that lets you use simpler and more natural syntax in your model code and bindings. For example, you can replace this: Published May 20, 2013 var latestOrder = this.orders()[this.orders().length - 1]; // Read a value latestOrder.isShipped(true); // Write a value