Comment by xigoi
3 months ago
…do you know you can just write JavaScript and run it in the browser? You don’t need TypeScript, NPM or build tools.
3 months ago
…do you know you can just write JavaScript and run it in the browser? You don’t need TypeScript, NPM or build tools.
You do if you want more than one file, or if you want to use features that a user’s target browser may not support.
> You do if you want more than one file
Modules were added in, like, 2016.