🌱 unknown vs any in TypeScript

Source

You can assign anything to unknown type but you cannot operate on unknown before doing a type check or type assertion

You can assign anything to any type and you can perform any operation on any

Made by Brandon . If you find this project useful you can donate.