Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created March 20, 2016 08:34
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/1c04198fc2542196e5d3 to your computer and use it in GitHub Desktop.
Save codecademydev/1c04198fc2542196e5d3 to your computer and use it in GitHub Desktop.
Codecademy export
var nameString = function (name) {
return ("Hi, I am" + " " + name);
};
console.log = (nameString("Maxim"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment