@micshasan

JavaScript

LogRocket Blog
Understanding TypeScript's benefits and pitfalls - LogRocket Blog
Type checking is the primary advantage of TypeScript.By adding static typing to the language, we can catch many of these problems at build time.
...
It's easy to be lulled into a false sense of security with TypeScript.Even if your entire project is written in TypeScript, has rigid type definitions, and has the strictest type checking turned on, you are still not safe.