Skip to content

Instantly share code, notes, and snippets.

@calvinmetcalf
Created January 11, 2013 03:39
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 calvinmetcalf/4507762 to your computer and use it in GitHub Desktop.
Save calvinmetcalf/4507762 to your computer and use it in GitHub Desktop.
sync example
var returnValue = function(a, b){return doStuff(a,b);}
//the program waits here until this finishes and then
//continues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment