To retrieve the value of 'I Love' from the class track-songs within the cousin element of 'p', I am looking to start from the point where 'show lyrics' (using arrow) is clicked, which is triggered by the 'a' element. While there are examples in jQuery for this task, I am specifically required to accomplish it using vanilla JavaScript for my homework.
Image
https://i.sstatic.net/GMGN5.png
Is there a way to achieve this without relying on jQuery?