◐ Shell
clean mode source ↗

devmike123 - Overview

// Do you want to know about me? Check here:

1  class Person {
2      constructor() {
3        this.name = "ANIKET BHATTACHARJEE";
4        this.traits = ["DEV","ML"];
5        this.expertise = ["GITHUB","JAVA","PYTHON"];
6        }
7  }