Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juliomatcom/2d2ed290cf67e7d6056fdd4881d789b6 to your computer and use it in GitHub Desktop.
Save juliomatcom/2d2ed290cf67e7d6056fdd4881d789b6 to your computer and use it in GitHub Desktop.
Boolean(val) equals !!val
Boolean(myVar) === !!myVar // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment