class QuaCode {
constructor(name, code, tools, philosophy) {
this.name = name
this.code = code
this.tools = tools
this.philosophy = philosophy
}
message() {
return 'I love connecting with people π₯·π¦ΈββοΈπ§ββοΈ, so if you want to say hi, ill be happy to meet you more'
}
printSkills() {
return `Hi, I'm ${this.name} and
My skills are ${this.code} and
${this.tools}.
My philosophy of life is based on "${this.philosophy}"
`
}
}
const ImQuaCode = new QuaCode(
'Geovanny',
['JavaScript', 'Typescript', 'HTML', 'CSS'],
['React', 'Styled-Components', 'NextJs', 'NodeJs', 'Firebase'],
'He who teaches learns twice'
)
console.log(ImQuaCode.printSkills())
console.log(ImQuaCode.message())
ππ³ I'm honduran | π¦ www.twitter.com/QuaCode | π www.facebook.com/QuaCode |
π www.alfapros.store