What I'm learning about TypeScript
Wednesday Jan 10
Starting to build a small project in TypeScript! So far, it's easy to throw JS-like TS into a file and it works. I took a step back at the end of the day to attempt refactoring it to use more types. I also recall from developing on a team the use of interface
and tried making some of those.