When I write JavaScript programs, I use TypeScript. Originally, I had written JavaScript directly, but the React component I wanted to use was written in TypeScript, so I tried writing it in TypeScript to see how it worked. I ended up not using that component, but TypeScript was useful and I have b…