Google News
logo
Backbone - Quiz(MCQ)
In relation to Jasmine-jOuery matchers. which of the following options is the correct syntax of the matcher that is used for checking if an event was triggered on the element?
A)
to Have Been triggered
B)
to Have Been Triggered( event)
C)
to Have Been Triggered( name. event)
D)
to Have Been Triggered( event, handler)

Correct Answer :   to Have Been Triggered( event, handler)

Advertisement