mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-13 19:00:41 -04:00
Added the logical operator NAND to the list of operators. NAND functions like NOT AND and returns a value of false only when both inputs are true.