Skip to content

Instantly share code, notes, and snippets.

@cranic
Created December 19, 2013 16:05
Show Gist options
  • Select an option

  • Save cranic/8041687 to your computer and use it in GitHub Desktop.

Select an option

Save cranic/8041687 to your computer and use it in GitHub Desktop.
var loop = function(callback){
Math.pow(5, 4);
callback();
};
loop(loop);
console.log('Se chegar aqui não bloquiou...');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment