Cypress Quiz

Correct: 0
Incorrect: 0
Remaining: 14
💡 What will happen when passing negative number to the .eq() method?
cy.get('li').eq(-1)
A | Error, negative numbers cannot be used
B | Yield an element from the beginning
C | Yield an element from the end