9 lines
105 B
Plaintext

class {
onInput(input) {
this.state = {}
}
}
<div>
Hello ${state.name || ''}!
</div>