JavaScript – to make our free URL shortener functional by calling API and listening events Step 1: HTML Now Let’s start adding html. Now I am going for a simple page with a form that has a button and an input field where user can paste the original URL. That’s all we need and ...