Two facts about JavaScript:
- JavaScript is the universal byte code. It runs everywhere.
- Mac, Linux, Windows
- Browser, Server, Command Line
- Web Apps, Native GUI Apps (VS Code is a JS app)
- Nobody wants to write JavaScript in JavaScript. This is why we have so many languages that compile into JavaScript:
- TypeScript, Flow*, CoffeeScript
- Dart, Kotlin, Elm
- GWT, Pyjamas
- JSX
No comments:
Post a Comment