"Dragoncoder" supports a web application that has a "wait time" for access. I hate that that's a thing, but I recognize that there are real-world constraints where this might make sense. Still, I hate it. But that's not the WTF.
var minutes = parseInt( 12 , 10);
var time = document.getElementById('waitTime');

if ( minutes <...