// Sample JavaScript code to test display of whitespace characters. (function() { alert(1337); alert('Mixed indent'); alert('Tabs only'); alert('!@#$'); })();