Multiline Javascript completely broken in console...
Even when opening the multiline editor the console doesn't seem to recognize the request above the current line. Something as simple as this fails in the console window. var checkboxes = document.querySelectorAll('input[type="checkbox"]'); checkboxe...