The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Home › Forums › CSS › codepen doesn’t like my js? › Re: codepen doesn’t like my js?
var displayMain = function() { document.getElementById(“main”).style.display=”block”; alert(‘js is loaded’) }();