Javascript – How can I display only the div I clicked in an array.map() element?
I have a page where it displays information about students, I'm currently using array.map() to show all students. There's a function in this page, where you can click in one student to show more info. I'm using an onClick function…