JavaScript

JavaScript double exclamation mark explained (with examples)

⤳ What are those double not operators in JavaScript? You might have noticed a double exclamation mark (!!) in JavaScript code and you may be curious what that means. First, “double exclamation mark” (a.k.a the “double bang”) isn’t an operator itself. It’s two logical not (!) operators ...

⌛ 5 min read