Skip to content

24 ways to impress your friends

Vote up?

Alan Crissey

Tons of great stuff in this article. In trying to follow along I hit a snag:
```
input.connect(node)
```
This line errors because `input` is a queried input selector, but `.connect()` is part of the Audio API and only works on `audio` tags. Is this a mistake?

Also wondering if these examples exist somewhere else on their own so it’s clearer what code is producing the final result.