homemade meatballs using Chef John's recipe |
// here is a short code:
var blogEntry = {};
blogEntry.name = 'Jenny';
blogEntry.URL = 'thecutedork.blogspot.com';
blogEntry.blog = function(){
console.log('Check out ' + this.name + ' at ' + this.URL + '...');
};
blogEntry.blog();
No comments:
Post a Comment