Skip to content

Instantly share code, notes, and snippets.

@pimeys
Created February 26, 2015 13:05
Show Gist options
  • Save pimeys/cfe9927cbb500f7b94ef to your computer and use it in GitHub Desktop.
Save pimeys/cfe9927cbb500f7b94ef to your computer and use it in GitHub Desktop.
var kissa = function(nimi) {
return "Kissan nimi on " + nimi;
};
console.log(kissa('naukio'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment