Create a function findMeetingSlots() to return the time slots available for all the members to have a meeting.
[
[[13,15], [11,12], [10,13]], //schedule for member 1
[[8, 9]], // schedule for member 2
[[13, 18]] // schedule for member 3
]