Hi
I'm Antony
const me = {
name : "Antony J Malakkaran",
role : "Software Engineer",
language_spoken : ["ml_IN", "en_US","hi_IN"],
pronouns: "he" | "him",
code: ["Python", "JavaScript", "TypeScript", "Java", "HTML", "CSS", "C", "PHP"],
architecture: ["microservices", "event-driven"],
techCommunities: ["TinkerHub Foundation","GDG"],
challenge: "I am doing the #100DaysOfCode challenge focused on ML",
say_hi : () => {console.log("Hi, Thanks for dropping by, hope you find some of my work useful.")}
}
me.say_hi()