Javascript – When someone click option of last question there is error in the console. How can I avoid it
I am making a quiz webpage. Whenever option of last question is clicked I get error in the console. It says "cannot read properties of undefined". Because it exceeds the length of the quesAns object. see my code const question…