Holaaaaaa! Leelakrishna hereeeee. I'm a fulltime student at University of North Texas. I'm currently doing my masters in Artificial Intelligence. I love to code, hate to fix bugs hehehehe and most of my works are private, I started my programming career with my first discord bot @sherobot
class Details {
constructor(name, location, email, instagram, discord) {
this.name = "Leelakrishna Ravuri";
this.location = "India";
this.email = "[email protected]";
this.instagram = "krishhbyte";
this.discord = "krishna";
}
}
const details = new Details()
console.log(details)