Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var person = {
- firstName: "Jorge",
- lastName : "Ferdinand",
- id : 1350,
- fullName : function() {
- return this.firstName + " " + this.lastName;
- }
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement