Skip to content

Instantly share code, notes, and snippets.

@itaber
Last active December 30, 2019 03:48
Show Gist options
  • Save itaber/ff7b9e0ae74f73e9afa115fb08a0e644 to your computer and use it in GitHub Desktop.
Save itaber/ff7b9e0ae74f73e9afa115fb08a0e644 to your computer and use it in GitHub Desktop.
VSC Snipped to create an Immediately Invoked Function Expression
{
"IFFE": {
"scope": "javascript",
"prefix": "iffe",
"body": [
"(() => {",
" $1",
"})();"
],
"description": "Immediately Invoked Function Expression"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment