Comment by xigoi
14 hours ago
…do you know you can just write JavaScript and run it in the browser? You don’t need TypeScript, NPM or build tools.
14 hours 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.