tkane2000
Member since Aug 18, 2014
- Profile: /members/12210-tkane2000.htm
- Comments: 1
Recent Blog Comments By tkane2000
-
Using Double Not-Operator (!!) For Boolean Type Casting
Posted on Aug 18, 2014 at 5:40 PM
The double bang might be more useful in a situation like this: return !!foo !== !!bar; In this case, you just want to know if foo is defined when bar isn't and vice versa.... read more »