225813708-98b745f2-7d22-48cf-9150-083f1b00d6c9
Logo Vaisakh Manu
class WhoAmI { constructor() { this.user = "Vaisakh Manu"; this.current_edu = "CSE Student @SJCET Palai"; this.currently_learning = ["JavaScript", "Java", "Python", "C", "C++", "HTML", "CSS", "Node.js", "Shell"]; this.fun_fact = "Life has no ctrl+Z"; this.hobbies = ["Gaming", "Coding", "Movies", "Skating", "Cricket"]; this.interests = ["Video Games", "Web Development", "Open Source Contribution"]; this.contact = { discord: "i.hyper", email: "vaisakhmanu0005@gmail.com" }; this.projects_url = "https://github.com/ItzMeHyper?tab=repositories"; } getLocation() { return "Kerala, India"; } getCity() { return ["Idukki π‘ || 127.0.0.1/06", "Kottayam π || 127.0.0.1/05"]; } ambitions() { return "Still Unknown"; } reachMe() { return `π« How to reach me:\n- Discord: i.hyper\n- Email: vaisakhmanu0005@gmail.com`; } projects() { return `π¨βπ» All of my projects are available at: \n${this.projects_url}`; } const whoAmI = new WhoAmI(); console.log(whoAmI.user); // Vaisakh Manu console.log(whoAmI.current_edu); // CSE Student @SJCET Palai console.log(whoAmI.currently_learning); // ["JavaScript", "Java", "Python", "C", "C++", "HTML", "CSS", "Node.js", "Shell"] console.log(whoAmI.interests); // ["Video Games", "Web Development", "Open Source Contribution"] console.log(whoAmI.fun_fact); // Life has no ctrl+Z console.log(whoAmI.hobbies); // ["Gaming", "Coding", "Movies", "Skating", "Cricket"] console.log(whoAmI.getLocation()); // Kerala, India console.log(whoAmI.getCity()); // ["Idukki π‘ || 127.0.0.1/06", "Kottayam π || 127.0.0.1/05"] console.log(whoAmI.ambitions()); // Still Unknown console.log(whoAmI.reachMe()); // π« How to reach me: Discord: i.hyper Email: vaisakhmanu0005@gmail.com console.log(whoAmI.projects()); // π¨βπ» All of my projects are available at: https://github.com/ItzMeHyper?tab=repositories }
Adobe Adobe Acrobat Reader Adobe Lightroom Adobe Premiere Pro Adobe Photoshop Angular Angular.js Apache AWS Bootstrap Canva Cloudflare C C# C++ DigitalOcean Docker ESLint Firebase Glitch Git GitHub GitLab Heroku HTML5 Java JavaScript Linode MicrosoftSQLServer MongoDB MySQL NodeJS Oracle Postgres Postman Python PHP React Sequelize SQLite TailwindCSS TypeScript Vercel Vue.js Windows Terminal Vite