Hello,
This is Tushar Chauhan,
I'm an Aspiring Software Developer..
                    
const coder = {
    name: "Tushar Chauhan",
    skills: ["React", "Python", "C", "C++", "HTML", "MySQL", "NumPy", "JavaScript", "CSS"],
    hardWorker: true,
    quickLearner: true,
    problemSolver: true,
    hireable: function() {
        return this.hardWorker && this.problemSolver && this.skills.length >= 5;
    }
};