I expected !!"false" to return false i.e. !"false" would return true, so !!"false" would return "false", but when I tested it in the console, !!"false" returned true.
Why didn`t things happen as expected?
|
I expected !!"false" to return false i.e. !"false" would return true, so !!"false" would return "false", but when I tested it in the console, !!"false" returned true. Why didn`t things happen as expected? |
|||||
|
|
|
|||
|
|
|
The reason this is occurring because anything other than an empty string will return true. |
|||
|
|