const
coder
=
{
name :
'
Jayesh Gehlot
',
skills:
[
'
Reactjs
', '
HTML
', '
CSS
',
'
Js
',
'
Nodejs
',
'
MongoDB
',
'
API
',
'
Git
',
'
Java
(
core
)
',
'
DSA
' ]
hardWorker :
true
,
quickLearner :
true
,
problemSolver :
true
,
hireable :
function
() {
return
(
this.
hardWorker
&&
this.
problemSolver
&&
this.
skilles.length
>= 5
);
};
};
