I AM j-Riv

My Name is José Alfredo Rivera Turcios and I am a Full Stack Web Developer based out of Southern California.
class Me {
constructor() {
this.name = 'José Alfredo Rivera Turcios';
this.currentLocation = 'California, United States';
this.job = 'Developer';
this.interests = [
'Dogs', 'Linux', 'Technology', 'Motorcycles', 'Sports'
];
this.hobbies = ['Coding','3D Printing', 'Tinkering'];
}
get name() {
return this.name;
}
}