Hello, I'm
1class Person {
2 constructor( ){
3this.name = "Aspin Chakma";
4this.traits = [ "Font End Developer "];
5this.age = new Date( ).getFullYear( ) - 2000;
6}
7 }