1 class person {
2constructor() {
3this.name = "Sayak Basak";
4this.age=new Date().getFullYear()-2003;
5this.branch="CSE";
6}
7 }