Peter.jsx
export const Peter = (timeOfDay, amountOfCoffee) => {
let crabStatus;
if (timeOfDay === "-.- wtf time is it" && amountOfCoffee === 0) {
crabStatus = "big crab";
} else crabStatus = "a little crabby";
return (
<>
{timeOfDay && (
<div class="flex text-lg">
<h1>Hey!</h1>
<h2>Peter is a senior full stack developer.</h2>
<h3>Peter loves to cook and be in the sun.</h3>
<p>At this very moment, Peter is currently {crabStatus}.</p>
</div>
)}
</>
);
};What is the measure of a Man? Is it his Affect or his Effect?
True Joy, powerful in nature, lives amidst Suffering and Gratitude






