<script> console.log('many webdevs'); console.info('put informative'); console.warn('or worrysome', 'or many'); console.error('or even errors'); console.debug('into the debug statements into their JS'); </script>