Could you tell me what this i
means after the comma. I am struggling to understand this syntax or even find it in the internet.
let i;
this.questions = document.querySelectorAll('.question'), i;
i
is not used anymore in the function
If setting a debugger after this lines. i
is undefined