var show = true; function toggleShow(){ if(show === true){ show = false; return show; }else{ show = true; return show; } }
return show = !show, dude...
return show = !show