I started working on advanced java few days before(too late to start on that, I know). I am stuck with a specific task of making an icon (which is present on the task bar) blink
Small fix
instead
if(img.display == 'hidden')
use
if(img.style.visibility == 'hidden')