DEV Community

Discussion on: 7 adorable web development tricks

Collapse
 
dbanty profile image
Dylan Anthony

I have a coworker who is always angry about the !! operator, but we use TypeScript so if you don’t turn your truthy value into a Boolean sometimes it won’t compile!

Nice post 👍🏻

Collapse
 
pavelloz profile image
Paweł Kowalski • Edited

You can always use Boolean(var) if you think its worth it ;)

Collapse
 
areknawo profile image
Arek Nawo

Same!