Discovering and Learning Every Single Day.
</>
async function getToKnowMe() {
if (interested) {
const about = check About() page
const contact = or Contact() to reach me
return a Call() || Email()
}
if (!interested) {
const bye = Thank you for your time!
print(bye)
}
}