The userData
object contains an array of users, where each user has a list of contact methods. Your task is to extract the email of the second user's first contact method and the phone number of the third user's second contact method and return them as a single object. You need to assign default values of No Email for missing email fields and No Phone for missing phone fields.