[this page | pdf | back links]
In JavaScript, the ! operator is the logical (i.e. Boolean) NOT operator:
x
!x
true
false
NAVIGATION LINKSContents | Prev | Next | JavaScript Operators