Javascript – Is Observable's "viewof" really an operator?
I'm confused by Observable's use of the word "operator" in their documentation, and wondering whether they have misused it, or I'm simply not understanding. Observable has a special viewof operator which lets you define interactive values. A view is a…