Open Collective
Open Collective
Loading

Arya Shah

Hi there🙋‍♂️, I am Arya Shah, currently pursuing a Degree in Computer Science with Honors in Business Systems at Narsee Monjee Institute Of Management Studies', Mukesh Patel School Of Technology Management and Engineering, Mumbai

Contributions


About


 Hi there🙋‍♂️, I am Arya Shah, currently pursuing a Degree in Computer Science with Honors in Business Systems at Narsee Monjee Institute Of Management Studies', Mukesh Patel School Of Technology Management and Engineering, Mumbai
-=-= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -= -=-=-=-=-=-=-=-=-=-=-
class Person {
. . . constructor() {
. . . this.name = "Arya Shah";
. . . this.traits = ["PROGRAMMER", "DEV"];
. . . this.age = new Date().getFullYear() - 2000;
. . . }
}Â