⌈⌋ ⎇ branch:  Bitrhythm


Artifact Content

Artifact 73f92cb02869d48e8e390c85ded4e5059b0be41915292c607bdcdf6fa4816b87:


<textarea-value>
  <textarea>{ message }</textarea>
  <button onclick="{hello}">click</button>

  this.message = 'hello there'
  hello() {
    this.message = 'world'
  }

</textarea-value>