15.6.1 Boolean as function

2010-07-11

If you call Boolean as a function, the argument will be coerced to a boolean and returned as a primitive. It returns ToBoolean(value).

Note that it would be equivalent to the result of the ! operator.