Home »
MCQs »
BackboneJS MCQs
Which of the following function determines which element will be used as the view reference?
23. Which of the following function determines which element will be used as the view reference?
- Initialize
- setElement
- el
- extend
Answer: C) el
Explanation:
el method determines which element will be used as the view reference.