Home »
MCQs »
Jasmine.js MCQs
____ check to see whether any variables were previously undefined
24. ____ check to see whether any variables were previously undefined.
- toBeNotDefined ()
- toUndefined()
- toBeUndefined ()
Answer: C) toBeUndefined ()
Explanation:
toBeUndefined () check to see whether any variables were previously undefined.