cannot access children in tag parent

i want to add event for child tag in 1 parent tag but i see parent tag doesn't contain any child tag and i cant loop and assign event to child tag
3 Replies
conmeomaunau
conmeomaunau12mo ago
help me , pls
vince
vince12mo ago
You can't declare the same variable twice when you use the const keyword
Chris Bolson
Chris Bolson12mo ago
You need to share some code but the error message is clear. As @vince already mentioned, you seem to be attempting to redeclare the same const variable in your JS