I have a body element on which I add a few classes. And I want to remove the no-javascript class from it, after it\'s being read by the browser.
no-javascript
document.body.className = '';