class Erik {
constructor(){
this.skills = [
'JavaScript',
'PHP',
'CSS',
'HTML',
'Java'
];
this.hasDevJob = true;
}
get resume(){
return 'contact.php';
}
get portfolio(){
return 'portfolio.php';
}
get blog(){
if(confirm('Are you sure you want to read these ramblings?')){
return 'blog.php';
}
}
get favoriteBeer(){
if(hefeweizen){
return 'Hefeweizen';
} else if(craftWheatBeers){
return 'Craft Wheat Beers';
} else {
return 'Blue Moon, I guess...';
}
}
}
Erik V Gratz
- PHP Software Developer
- Acroyogi
- Craft Beer, Outer Space Enthusiast
- Over 40% ramen noodles by volume
- World Traveler
- this.enter()