Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muhammadghazali/1761929 to your computer and use it in GitHub Desktop.
Save muhammadghazali/1761929 to your computer and use it in GitHub Desktop.
JavaScript Code Template for anonymous function. I used this code template in NetBeans. Read more: http://wiki.netbeans.org/Java_EditorUsersGuide#How_to_use_Code_Templates
function ${name}(${parameters}) {${cursor}}
function (${parameters}) {${cursor}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment