Errors from jsfiddle pages do get sent to your browser.
As for your error, try this:
<span data-bind="text: clins().length">
This turns the observableArray into an array and uses the array’s length property.
See the updated the jsfiddle as well.