About
web code is the code understands by browser in order to render web page
List
There is only three:
- and Javascript: Javascript (Js|ECMAScript)
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