Quiz: Dealing with Persisted Data
Check your understanding of dealing with persisted data.
We'll cover the following...
Dealing with Persisted Data
1
How can you configure a Backbone collection for persistent storage to an API?
A)
It requires defining an event
when defining the collection.
B)
It requires defining the urlRoot
attribute when defining the collection, either as a string or a function.
C)
It requires defining the url
attribute when defining the collection, either as a string or a function.
D)
None of the above.
Question 1 of 50 attempted