🌱 Introduction to Views with Observable
Use viewof
to make reactive form elements in observable.
Remember observable !== javascript. It is its own language to allow for reactive, non-linear, and asynchronous abilities in the notebook.
viewof x = html`<input type=range min=0 max=1 step=any>`