id/email | |
password | |
forgot password | create account |
The not operator flips a boolean value.
Function Call | Return Value | |||
---|---|---|---|---|
compare(true, true) | → | |||
compare(true, false) | → | |||
compare(false, true) | → | |||
compare(false, false) | → |
Experiment with this code on Gitpod.io