Skip to content

Instantly share code, notes, and snippets.

@conspirator
Created October 8, 2010 03:58
Show Gist options
  • Save conspirator/616334 to your computer and use it in GitHub Desktop.
Save conspirator/616334 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var Person = function(){
this.firstName = "Barack";
this.lastName = "Obama";
this.job = "President";
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment