The page has `<div id="box" class="hidden">Hello</div>`. Write JavaScript that removes the `hidden` class from `#box` and adds the class `visible`.
Run your code to see results.