Web Developer

0-2 years | Gurgaon

We are looking for passionate full-stack developers to join our team. If your calling is to solve complex challenges through elegant & modular code, this role is for you. As a developer, you will help us build the technology that powers our services. You will work with our product team to deliver high quality features on our website.

The following code snippet has been appended to the code of this page. Use it to figure out the details of this role and how you can apply. Console is your friend :)



class Developer {
    constructor() {
        this.skills = [*****];
        this.perks = ['Endless Counter Strike ', ***];
        this.responsibility = [
            *****,
            *****,
            *****
        ];
        this.learn = [
            *****,
            *****,
            *****,
            .
            .
            .
            *****
        ];

        this.salary = "INR ***.";

        this.apply = *****;
    }
    responsibilities() {
        return (this.responsibility);
    }
    skills_required(){
        return (this.skills);
    }
    what_you_will_get() {
        return (this.learn);
    }
    compensation() {
        return this.salary;
    }
    cherry_on_the_cake() {
        return (this.perks);
    }
    how_to_apply() {
        return this.apply;
    }

}
var developer = new Developer();


        

CONSOLE

sandbox console loading...
The JS Sandbox Console script (requires underscore, backbone and jquery):