const AboutMe = async () => {
const attrs = {
name: "Jan Ślepaczuk",
location: "Chełm, Poland",
birthday: 09.01.2004,
hobbies: ["Programming", "Games"],
strengths: ["Punctuality", "Sense of humor"],
weakness: "Shyness"
}
const softwareDev = SoftwareDeveloper.build(attrs);
await softwareDev.save();
}
📫 Contact
// Contact me!
const email = "[email protected]";
const discord = "deznka";