Explorar o código

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

Donier hai 1 ano
pai
achega
c60d030901
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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 = "Котакбас";
+});