The difference between "any" , "unknown" and "never" in typescript
Sep 20, 2023 · 4 min read · "any", "unknwon" and "never" can be confusing for typescript developers, especially beginners; in fact, I saw many developers use these keywords the wrong way, in this blog post, we are going to cover how and when to use these types in your typescrip...
Join discussion