frontendDeveloper = {
name: 'Hector',
specialty: 'Frontend',
technologies: ['HTML','TailwindCSS','Sass','JavaScript','JQuery', 'React', 'ReactNative', 'Astro', 'Firebase' ],
projects: [],
addProject(project) {
this.projects.push(project);
},
introduce() {
console.log(`Hi, my name is ${this.name}, I\'m a frontend developer,
and I\'m proficient in the following technologies: ${this.technologies.join(', ')}.
I\'ve worked on the following projects: ${this.projects.map(p => p.name).join(', ')}`);
}
};
const blog = {
name: 'Blog personal'
};
const landing = {
name: 'Landing page'
};
frontendDeveloper.addProject(blog);
frontendDeveloper.addProject(landing);
frontendDeveloper.introduce();
🌱
✧˚ · .
Front-end Developer
-
Frontend Solutions
- Chile
- https://hectorcontreras.netlify.app/
- in/hector-contreras-corvacho
- hectrhcc
Pinned Loading
-
-
Camarografos2024
Camarografos2024 Publicayuda para los camarógrafos edd 2024 DocenteMás
JavaScript 2
-
-
zonafotica
zonafotica Publicweb de la consultora Zona Fotica 'comprometidos con el bienestar de los peces'
HTML 2
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.