/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/html/test-js-console.html
7 строк
213 B
Jack Moffitt
Cargoify servo
09 сен 2014, 06:21
09 сен 2014, 06:21
c6ab60d
Код
Авторство
О чём код?
<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>