const userInfo: ErfanType = {
userName: "Erfan Abouei",
userAge: 17,
userPosition: "MEVN | MERN Stack Developer",
userSkills: ["Express.js", "Vue.js", "React.js", ...],
getUserInfo() {
return `${this.userName} is a ${this.userPosition}
who is ${this.userAge} years old
and skilled in: ${this.userSkills.join(', ')}.`;
}
};
console.log(userInfo.getUserInfo());The first time I touched the keyboard keys I was about 5 years old From there, my fate was determined with computers. Now I know more than a beginner, but I still can't call myself a perfect person because no one is perfect 😊