class WebDeveloper {
constructor(firstName, lastName, skills) {
this.firstName = this.firstName;
this.lastName = this.lastName;
this.skills = this.skills;
}
}
const Pavin = new WebDeveloper(
"Pavin",
"Mathew",
{
frontEnd: ["HTML", "CSS", "JS", "JQuery", "React"],
backEnd: ["Node", "Express", "MongoDB", "Firebase", "PostgreSQL"]
},
)
Hi there! My name is Pavin.
I'm a self-taught web developer with years of experience designing and developing scalable websites.
I first started my web development journey on freecodecamp.org, and have since designed a wide variety of both front-end and full-stack applications using React and Express.