Agnij Moitra

87
reputation
1
11
class Person {
    constructor (name, quirks, skills) {
        this.name = name;
        this.quirks = quirks;
        this.skills = skills;
    }
}

const Me = new Person('Agnij Moitra', ['Developer'], ['AI/ML', 'Quantum Computing', 'Python', 'HTML/CSS/JS);