Hey, Ankit here! 
const WhoAmI = {
name: "Ankit",
surname: "Kaushal",
current_work: "Silverlabs India Pvt Ltd",
city: "Bokaro, Jharkhand",
fullName() {
return `${this.name} ${this.surname}`;
},
};Building products, shipping code, and learning in public.
Open to ideas, feedback, and interesting conversations.

