constructor()

in code/client/static/js/main.js [16:20]


    constructor(name, age, city) {
        this.name = name;
        this.age = age;
        this.city = city;
    }