What is a double negation !! in JavaScript and how it works

1 · Coderslang Master · Jan. 11, 2022, 5:27 a.m.
Double negation is a common JavaScript trick that allow you to convert different types to boolean. Here’s how double negation works in JS....