The bang `!` and Double bang `!!` operator in Javascript
The bang operator !
The not-operator or bang operator (!) takes true values and makes them false or false values and makes them true. When you apply this operator to a piece of data, Javascript must type-cast that piece of data to a Boolean value bef...
plasebo.hashnode.dev2 min read