Skip to content

Instantly share code, notes, and snippets.

@samthomson
Last active March 31, 2021 12:18
Show Gist options
  • Save samthomson/517832fb4e094aa1660e890c507999e0 to your computer and use it in GitHub Desktop.
Save samthomson/517832fb4e094aa1660e890c507999e0 to your computer and use it in GitHub Desktop.
JS IIFE
const boolInt = ((): number => {
if (true) {
return 1
} else {
return 0
}
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment