function dev(name, work, currentCompany) {
this.name = name;
this.work = work;
this.currentCompany = currentCompany;
}
let leviLima = new dev('Levi Lima', 'Software Engineer - Back-end', 'Teddy Open Finance');
console.log(leviLima);
-
😉 Pronouns: He/Him