Selaa lähdekoodia

Обновить 'README.md'

Donier 1 vuosi sitten
vanhempi
commit
c60d030901
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -0,0 +1,6 @@
+const button = document.getElementById("button");
+const output = document.getElementById("output");
+
+button.addEventListener("click", function() {
+    output.textContent = "Котакбас";
+});