the code changes the content of its own element (using this.innerHTML): code example
Example: the code changes the content of its own element (using this.innerHTML):
<button onclick="this.innerHTML = Date()">The time is?</button>
<button onclick="this.innerHTML = Date()">The time is?</button>