Course URL: https://www.codecademy.com/courses/beta-content/lessons/logic-gates/exercises/nand-gate
This exercise states the following.
Our first gate is the NAND gate. This gate receives two inputs and only returns current if the inputs are both off.
However, it should state that the gate returns current in all cases except when both inputs are on (returns false only when both inputs are true).