Student-friendly HTML, CSS, and JavaScript reference with examples
Even clicking your mouse or typing on the keyboard is input — the operating system takes
it in and manipulates it into results you see on your screen.
Every one of those arrows on the left is data going in. Every arrow on the right is data
coming back out — after code has manipulated it.
A few examples:
Your device is running this same input → code → output loop, constantly, in every
direction at once.