Skip to content

Itxxwasi/Itxxwasi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

WASI-TECH

My card name

Connect With me:

WASI-TECH


class Introduction {
    constructor(name, profession, skills, interests) {
        this.name = name;
        this.profession = profession;
        this.skills = skills;
        this.interests = interests;
    }

    displayIntro() {
        console.log(`Hello, my name is ${this.name}.`);
        console.log(`I am a ${this.profession}.`);
        console.log("Here are some of my skills:");
        this.skills.forEach(skill => console.log(`- ${skill}`));
        console.log("I am interested in:");
        this.interests.forEach(interest => console.log(`- ${interest}`));
    }
}

const myIntro = new Introduction(
    "MR WASI",
    "Software Developer",
    ["JavaScript", "Python", "Web Development", "Data Analysis"],
    ["Open Source Contribution", "Machine Learning", "Gaming"]
);

myIntro.displayIntro();





WASI

  • 🔭 I’m currently working on WASI-MD-BOTZ
  • 🌱 I’m currently learning Python3
  • 👯 I’m looking to collaborate on Developing Hacking Software Programs
  • 💬 Ask me about Whatsapp Bots or Web Design and Development Issues
  • 📫 How to reach me: Telegram
  • Also visit my Bot Website Here
  • ⚡ Fun fact: ...


WASI's WakaTime stats

WASI

About

Config files for my GitHub profile.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published