Cypress Quiz

Correct: 0
Incorrect: 0
Remaining: 14
💡 What will happen after passing negative number to the .its() method?
cy.wrap(['JS', 'TS']).its(-1).should('eq', 'TS')
A | Assertion will pass
B | AssertionError, expected JS to equal TS
C | AssertionError, expected undefined to equal TS
D | AssertionError, -1 is not a valid index