mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
7 lines
213 B
HTML
7 lines
213 B
HTML
<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>
|