Elementary | Middle
Middle | High
AI
Click on one of our programs below to get started coding in the sandbox!
View All
Logical operator that negates a single boolean value. Written as `!`. `!a` will be true if `a` is false, and false if `a` is true.