Salary Check

Am I underpaid?

5 questions. 60 seconds. Real BLS data for your profession and state.

document.body.appendChild(overlay); function closeAll(){ document.querySelectorAll('.nav-dropdown').forEach(function(d){d.classList.remove('open');}); overlay.classList.remove('visible'); } document.querySelectorAll('.nav-drop-btn').forEach(function(btn){ btn.addEventListener('click',function(e){ e.stopPropagation(); var dd=btn.closest('.nav-dropdown'); var isOpen=dd.classList.contains('open'); closeAll(); if(!isOpen){dd.classList.add('open');overlay.classList.add('visible');} }); }); overlay.addEventListener('click',closeAll); document.addEventListener('keydown',function(e){if(e.key==='Escape')closeAll();}); document.querySelectorAll('.nav-drop-menu a').forEach(function(a){ a.addEventListener('click',function(){closeAll();}); }); })();