Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function Me(name, age, country, occupation, interests)
- {
- this.name = name;
- this.age = age;
- this.country = country;
- this.occupation = occupation;
- this.interests = interests;
- }
- var Sammy = new Me("Sammy Samkough", 15, "USA", "Programmer + many other things", "Everything interests me");
Advertisement
Add Comment
Please, Sign In to add comment