Skip to content

Instantly share code, notes, and snippets.

@nickw
Created October 17, 2015 04:50
Show Gist options
  • Save nickw/f935c4844f6bcf5a4a63 to your computer and use it in GitHub Desktop.
Save nickw/f935c4844f6bcf5a4a63 to your computer and use it in GitHub Desktop.
define(‘sayHello’, function(name) {
return function(name) {
alert(‘Hi ‘ + name + ‘!’);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment