Let's make a fake typing effect. When an user types on the keyboard, instead of showing the user the real text they typed, we will instead show them some other text (something similar to [hacker typer](https://hackertyper.net/)).
## HTML
Normally, to get user keyboard input, an element like ``. The problem is, `` actually shows what the user types. Usually, this is good. For us, not good.
So we will instead be using `