DEV Community

Discussion on: Learning TypeScript Data Types - From Zero to Hero

Collapse
 
mateiadrielrafael profile image
Matei Adriel

Most of the type you should use unknown over any, but great post nonetheless:)

Collapse
 
jsgoose profile image
Jonathan Sexton

Thanks for the great tip Matei! I'll definitely check out the unknown type and it's uses :D