5 lines
No EOL
124 B
Text
5 lines
No EOL
124 B
Text
<button>hi</button>
|
|
|
|
<script>
|
|
document.querySelector("button").addEventListener("click", () => {alert("hi")});
|
|
</script> |