Backbone.js |
Level:-Basic
|
Q(1) |
In Backbone.Model, which method defines property of a model?
|
A  | has |
B  | escape |
C  | Both A and B |
D  | None of the above |
Q(2) |
_____ is used to retrieve the data from server in Backbone.js. |
A  | controller |
B  | Router |
C  | Model |
D  | All of the Above |
Level:-Intermediate
|
Q(1) |
Which configuration option is available in Backbone.js? |
A  | boundAttribute |
B  | converter |
C  | Both A and B |
D  | None of the above |
Q(2) |
shift method of Backbone.Collection removes the first item from the collection. |
A  | True |
B  | False |
|