Please see: http://jsbin.com/UZETowi/3/edit
This code runs fine locally on my computer, but doesn't run in JSBin for some reason. What's wrong?
Here's my problem: accessing items.length from the handlebars template produced the correct answer, but when I tried to output same value via console.log, I get "undefined." Why is this?