Introduction


Whenever I'm not sure what a user input is, I normally have to check to see its type to figure out how to deal with the information. Most of the time, people will say to use TypeScript, but when I work on personal projects or solo projects, I would rather not deal with TypeScript's...