Using ! ans !! to convert values to boolean
You might come across coercing the value to a boolean using the two logical NOT operators while working on JavaScript. In this blog let us understand how it works. In Javascript, all values are either truthy or falsey.
so if our datatype does not con...
uzma.hashnode.dev2 min read