Home »
MCQs »
Jasmine.js MCQs
Which of the following inbuilt matcher is used to determine whether a value does not match the output of any function?
14. Which of the following inbuilt matcher is used to determine whether a value does not match the output of any function?
- NotEqual ()
- nottoMatch ()
- toEqual ()
- Not.toEqual()
Answer: D) Not.toEqual()
Explanation:
Not.toEqual () is used to determine whether a value does not match the output of any function.