Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created November 18, 2016 05:49
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 goofmint/c561d038ec56005f703e0438cec6daa5 to your computer and use it in GitHub Desktop.
Save goofmint/c561d038ec56005f703e0438cec6daa5 to your computer and use it in GitHub Desktop.
5.md
var Hello = {
name: "hifive",
message: function() {
return "Hello, " + this.name;
}
}
Hello.message(); // "Hello, hifive"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment