Dangelo Arrivilaga Full-Stack Web Developer in Frontend with Reac.js and Ruby on Rails on the Backend, READY TO HIRE!!!...
Heya! I'm Dangelo Arrivillaga, a student in Microverse and currently living in Caracas, Venezuela. I'm preparing for to be a Web Developer, and learning programming through small projects.
class DangeloArrivillaga {
constructor(name, lastName, age) {
this.name = 'Dangelo';
this.lastName = 'Arrivillaga';
this.age = '37';
}
}
export default DangeloArrivillaga;