Learning Programming with Javascript #13 - Creating a Button with DOM Elements

preview_player
Показать описание
You can find the one line dark theme in the comments below.

Рекомендации по теме
Комментарии
Автор

One line dark theme:
document.head.innerHTML = "<style>* {background-color: black; color: white; font-size: 20px;}</style>";

ethanshulman