mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-30 16:01:14 -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.