Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created February 26, 2017 11:25
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 codecademydev/9982e65bf8b117e236e4afb653904be1 to your computer and use it in GitHub Desktop.
Save codecademydev/9982e65bf8b117e236e4afb653904be1 to your computer and use it in GitHub Desktop.
Codecademy export
var nameString = function(name) {
return ("Hi, I am"+" "+name);
};
nameString("Arjan");
console.log (nameString);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment