Quiz: Collection of Models
Go ahead and test your knowledge on the concepts of defining the collection models.
We'll cover the following...
We'll cover the following...
Displaying a Collection of Models
1.
What is the recommended and safe way to display data in a view?
A.
Using a <%- ... %>
tag
B.
Creating a new template for the data
C.
Using CollectionView
D.
None of the above
1 / 5
...