Skip to content

Instantly share code, notes, and snippets.

@debugmodedotnet
Created July 17, 2018 08:29
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 debugmodedotnet/5775f57f79dc4b8130dfa834c2c55d43 to your computer and use it in GitHub Desktop.
Save debugmodedotnet/5775f57f79dc4b8130dfa834c2c55d43 to your computer and use it in GitHub Desktop.
var Product = {
price : 600,
setOrder : function (){
return this.price;
}
}
console.log(Product.setOrder());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment