Google News
logo
Backbone - Quiz(MCQ)
Which of the following options is the correct syntax of QUnit Assertions named deequual that is used for performing a deep recursive comparison assertion working on all primitive types such as arrays,objects and dates, etc.?
A)
deequual(actual, expected)
B)
deequual(actual. expected. message)
C)
deequuallactual, expected. condition)
D)
deequual(actual. expected. condition. message)

Correct Answer :   deequual(actual, expected)

Advertisement