Remove an element from HTML using Javascript
I am working from a backend system, which doesn’t allow me to edit the HTML but does allow me to add javascript or HTML And CSS in the top or bottom of the page.
issue in generating Result page of a quiz app
i created dynamic quiz app using javascript. now i have to show quiz result after completion of a quiz in that i want to show no,of attempted question how can i do the same. i tried to put event listner but it didnt work.