Google News
logo
Backbone - Quiz(MCQ)
In relation to the attribute changes in Backbonejs models, which of the following Options is used for providing a global change handler that is used for responding to any attribute changing in the model?
A)
on('change',)
B)
on('change', )
C)
on('function','change')
D)
on('function', 'change', )

Correct Answer :   on('change',)

Advertisement