Explorar el Código

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

Donier hace 1 año
padre
commit
c60d030901
Se han modificado 1 ficheros con 6 adiciones y 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 = "Котакбас";
+});