or similar naming, so instead of: ``` js var view = new StreamView(stream); ul.append(view.el); ``` you could do: ``` js var view = new StreamView(stream); ul.append(view); ``` although this does look like a bug, tough call
or similar naming, so instead of:
you could do:
although this does look like a bug, tough call