mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
8 lines
213 B
HTML
8 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>
|