Home »
MCQs »
Jasmine.js MCQs
In Jasmine, which of the following Boolean matcher is used to determine if the result is true or false?
15. In Jasmine, which of the following Boolean matcher is used to determine if the result is true or false?
- toBeTruthy()
- toTruthy():
- CheckTruthy():
Answer: A) toBeTruthy()
Explanation:
toBeTruthy() Boolean matcher is used to determine if the result is true or false.