That’s… not the whole story. TypeScript is very powerful without users noticing. The most widely used feature is probably implicit this binding in fat arrow functions, but also targeted compilation to lower ES standards. It’s not just type annotations à la Python.
That’s… not the whole story. TypeScript is very powerful without users noticing. The most widely used feature is probably implicit
this
binding in fat arrow functions, but also targeted compilation to lower ES standards. It’s not just type annotations à la Python.