const JER = {
name: "Jon-Ethan Richards",
role: "Aspiring Web Developer",
code: ["HTML", "CSS", "JavaScript"],
tools: ["React", "Styled Components", "Jest", "Node", "Express"],
passion: "Learning",
fuel: "Coffee",
sayHello() {
return `Hey! I'm ${this.name}, an ${this.role} who loves ${this.passion}!`;
},
brew() {
return `Fuelled by ${this.fuel}, I'm brewing some ${this.code[2]} apps!`;
},
};
console.log(JER.sayHello());
console.log(JER.brew());
Hey! I'm Jon-Ethan Richards, an Aspiring Web Developer who loves Learning!
Fuelled by Coffee, I'm brewing some JavaScript apps!
- React: Building dynamic UIs with hooks and states
- Node.js and Express: Exploring server-side JavaScript
- Prisma: Enhancing my server-side database integration
☕ Sipping coffee while debugging
🐕 Hiking with my border collies to clear my mind
🏋️ Weightlifting and CrossFit
🎮 Gaming and TV to relax
Want to connect? Find me on: