Contact 💬

if (jobOpportunity.isAwesome && isRightFit) {
  return _call.Michal.then ((value)
     {say: 'Lets meet'}
     )}
else {
  return _email.Michal.then((value)
     {say: 'Hi'}
     );
};