Cypress Quiz

Correct: 0
Incorrect: 0
Remaining: 14
💡 Wha will be the output of the following code?
Cypress.env('Not a number', NaN)

cy.log(typeof Cypress.env('Not a number'))
A | NaN
B | number
C | string
D | Error, NaN is not defined