Clicking on a hint in game doesn't activate the hint

I’m not sure why you get that particular error - you should always post the line(s) of code that are failing then it’s easier to diagnose the problem.

Let’s see if we can click the button from the DevTools console. Open the browser to the page, then put this code in the console:

document.querySelector("#imgGame_revealLetter").click()

Post back with a screenshot of the result.

1 Like