Home »
MCQs »
Jasmine.js MCQs
____ matchers allow us to determine whether an element belongs to the same array or another sequential object
17. ____ matchers allow us to determine whether an element belongs to the same array or another sequential object.
- Tocheck ()
- toMatch()
- toContain()
Answer: C) toContain()
Explanation:
toContain() matchers allow us to determine whether an element belongs to the same array or another sequential object.