-1

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"

  • Sounds exactly like [this post](https://stackoverflow.com/questions/72415718/is-there-a-way-to-condition-a-javascript-program-not-to-print-same-previously-ge/). – Mushroomator May 28 '22 at 18:23

0 Answers0