Which could be the best backbonejs tutorial for beginners

backbone.js, javascript-framework

Solution

Hi these are some of the links from my bookmarks

- Hello Backbone.js

- A Guide to Writing Backbone Apps at Coursera

- Backbone Model Unit Testing with Jasmine

- BUILDING LARGE BACKBONE APPLICATIONS

And finally some real code ToDoMVC-backbone_node_mongo

Problem

I am very interested in backbone.js. But when I am learning, there's a lot of confusion in creating the structure. Could anyone show me a simple tutorial with good examples? This will be very useful to all new learners.

Original source