I have this data viewer list and I’m trying to make an item that was clicked change the text of its title.
Here’s what I tried:
I’m trying to reference the most recently clicked item by assigning it to the variable “currentClickedBtn”. Then, when the recently clicked item’s title, will change to “complete!”
but right now nothing happens, and I’m not sure what I did wrong.
Please let me know if I should Include more information!