beginners-typescript-tutorial
beginners-typescript-tutorial copied to clipboard
Small fixes
Changes
- Fixed typo in
11-record.problemand11-record.solutionsto -> from - Cleaned up
Promise<User>andstringtypes from18-function-types-with-promises.solutionbecause they are inferred. Slight difference is that we no longer enforce that exact return type.
Screenshots
Before

After:

But:

The typo fixes are great, but I don't want to remove those annotations! I'll leave this open for you to make this change so we can merge this and you can rightly get your name on the contributors list.