mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
Changed highlighting to javascript (no dart yet)
This commit is contained in:
parent
35249e917e
commit
bc6992045f
@ -10,7 +10,7 @@ its JavaScript sibling. Like JavaScript, Dart aims for great browser integration
|
||||
|
||||
Dart's most controversial feature must be its Optional Typing.
|
||||
|
||||
```dart
|
||||
```javascript
|
||||
import "dart:collection";
|
||||
import "dart:math" as DM;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user