class Bobbi {
constructor(coffee) {
this.name = 'Bobbi Tarkany';
this.pronouns = 'she' || 'her';
this.coffee = coffee;
this.needsCoffee = true;
this.languages = [Javascript, Typescript, Python('in-progress'), HTML, CSS];
this.frameworks = [React, Vue]
this.databases = [Postgres, MySQL, MongoDB];
this.environments = [Node];
this.libraries = [Express, Redux, Graphql, Apollo Server/Client, Axios];
this.cssLibraries = [Tailwind, Material UI, Bootstrap];
this.terminals = [Git, Ubuntu];
this.tools = [Github, Gitlab, Bitbucket, VSCode];
};
giveCoffee(newCoffee){
this.coffee = newCoffee
};
coffeeSupply(){
if(this.coffee === null){
return `Yes, please!`;
}
return `No, thank you`;
};
}
const hired = new Bobbi('cold brew');
🎯
Focusing
Highlights
- Pro
Pinned Loading
-
Dreamy-Weddings
Dreamy-Weddings PublicPersonalized wedding website for couples. Postgres, Node, Expres, restful api, cloudinary
JavaScript
-
CLI-Postgres-Employee-Manager
CLI-Postgres-Employee-Manager PublicPostgres command line app
JavaScript
-
trainer-hub
trainer-hub PublicMERN stack application that allow trainer to program, track and train clients remotely for in between training sessions.
JavaScript
-
-
Assignment-Wizard
Assignment-Wizard PublicMERN stack application that creates a comprehensive environment for tracking and submitting assignments
-
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.