Web platform: For apps targeting the web, Dart includes both a development time compiler (dartdevc) and a production time compiler (dart2js) . Both compilers translate Dart into JavaScript.
Read moreIs Dart based on C?
Dart is an object-oriented, class-based, garbage-collected language with C-style syntax . Dart can compile to either native code or JavaScript.
Read more