Skip to content

Instantly share code, notes, and snippets.

@rihenperry
Created August 25, 2012 16:02
Show Gist options
  • Save rihenperry/3467369 to your computer and use it in GitHub Desktop.
Save rihenperry/3467369 to your computer and use it in GitHub Desktop.
simple Template for adding Blog attributes
function Blog(body,date,image)
{
this.body=body;
this.date=date;
this.image=image;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment