Backbone.js router.routes()

The Backbone.js routes method is used to define URL representation of application objects on routers. It also consists of incoming route value from the URL.

Syntax:

Let's take an example.

See this example:

Test it Now

Output:

Save the above code in routes.html file and open this file in a new browser.

BackboneJS routes Model