i'm new in using Javascript i had a task to loop through an array for date matching this is my code:
const GroupA = [ 'james','Tobi']
const NameB = ['Linda', 'Dami']
const Place = [ 'Radison Blu','Purple Bistro']
I will like to loop through each array and get a result of one male, one female and one place
e.g: "James and Linda will be going to Radisson Blu"