6 ms·
> JavaScript is reliant on typescript How is Javascript reliant on Typescript? I've written an enormous volume of Javascript without ever having touched Typesc
by rhapsodic 4y ago
> JavaScript is reliant on typescript
How is Javascript reliant on Typescript? I've written an enormous volume of Javascript without ever having touched Typescript.
- bioemerl 4y agoI guess I should say I don't want to code in a purely dynamic language, and because of that it is reliant on TypeScript. I don't want to use JS without types. You 100% can do that, I just don't want to.