@yuriytitov

Totally agree.

JavaScript

LogRocket Blog
Understanding TypeScript's benefits and pitfalls - LogRocket Blog
JavaScript's dynamic typing allows for flexibility, but it adds extra complexity and risk.If someone passes a Number to a function that expects a Date, it's likely that the function will throw an exception unless the function adds some extra code to ensure that the argument is actually a Date.
[ post ]