Skip to content

Instantly share code, notes, and snippets.

@meehanman
Forked from jlengstorf/gist:2760312
Created July 3, 2014 11:37
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 meehanman/d15c25aabcb052d9fea2 to your computer and use it in GitHub Desktop.
Save meehanman/d15c25aabcb052d9fea2 to your computer and use it in GitHub Desktop.
document.write('Jason is ' + jason.age); // Output: Jason is 24
document.write('Jason is a ' + jason.gender); // Output: Jason is a male
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment