репозитория для сайта оказания услуг блогера по вызову
Donier c60d030901 Обновить 'README.md' | hai 1 ano | |
---|---|---|
README.md | hai 1 ano | |
main.html | hai 1 ano | |
pop.css | hai 1 ano |
const button = document.getElementById("button"); const output = document.getElementById("output");
button.addEventListener("click", function() {
output.textContent = "Котакбас";
});