Skip to content

Instantly share code, notes, and snippets.

@MarkBennett
Created June 20, 2011 21:38
Show Gist options
  • Save MarkBennett/1036647 to your computer and use it in GitHub Desktop.
Save MarkBennett/1036647 to your computer and use it in GitHub Desktop.
How would you improve this code?
function say_hello(name) {
msg = "Hello, " + name + "!"
alert(msg);
};
say_hello("Jello")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment