1 class person {
2 constructor ( ) {
3 this.experience = "";
4 this.traits = [ ];
5 this.age = new Date( ).getFullYear( ) - ;
6 }
7 }
Thank You
Do You Have Any Queries?