constcoder={
name:'Muhammad Asad Arshad',
skills:['C/C++', 'Python', 'OpenCV', 'TensorFlow', 'ESP32', 'PCB Design', 'Arduino', 'ROS', 'Linux'],
hardWorker:true,
quickLearner:true,
problemSolver:true,
hireable:function() {
return(
this.hardWorker&&
this.problemSolver&&
this.skills.length>=5
);
};
};