Not sure if my title accurately describes my dilemma but basically, I have a list of names and I want each of them to have a unique description when hovered over with a mouse.
That sounds easy enough, right?
But the problem is, the names are elements in an array.
I can't exactly do < a title="DESCRIPTION" /> ARRAY CODE < /a> because each name inside that array will have the same hover description.
How would I code it so that each name in my array will have a different hover description?