构造函数模式

    1. var host = new FamilyMember('Ourai', 18);
    2. console.log(host.introduce()); // "My name is Ourai. I'm 18 years old."
    3. console.log(hostess.introduce()); // "My name is Julia. I'm 17 years old."
    4. console.log(host === hostess); // false