web code is the code understands by browser in order to render web page
There is only three:
All other derived web language (typescript, jsx, less,…) needs to be transformed into one of this language by a build tool.
See the node bundler|node bundler build tool to understand how it's done