Touch me! 🤝

For any inquiries or collaboration opportunities, feel free to reach out.

a computer screen with a bunch of data on it
a computer screen with a bunch of data on it

VenuThomas.JS

class VenuThomas {
constructor() {
this.destination = 'Sr. Software Engineer';
this.home = {
name: 'Kunjuveetikudy House',
address: 'Judgembook Junction, Thrikakkara PO',
city: 'Kochi',
state: 'Kerala',
country: 'India',
pincode: 682021
};
this.whatsAppContact = '091 9895 068 402';
this.websites = [
'
www.VenuThomas.In',
'
www.WiseCodes.VenuThomas.In'
];
this.socialMedia = {
linkedin: 'https://linkedin.com/in/venuthomas',
insta: 'https://instagram.com/venuthomas',
x: 'http://x.com/VenuThomas',
facebook: 'https://www.facebook.com/VenuThomas'
};
}
}
const venu = new VenuThomas();
console.log(venu);

Our Instagram