Video series to teach you all about Dart language of Google: Stakes and Opportunities

 Produced by Marakana and also available on dartlang.org, this video series aims to teach you all about Dart. In this first episode, Dartlang.org shows you a simple Dart script and aims to help you be comfortable with reading Dart code.

 Runtime Modes : learn about Dart's two runtime modes and when to use each of them for maximum developer feedback and speed. Variables : Watch this episode to learn more about variables in Dart. Strings, Numbers, Booleans, Oh My! : Watch this episode to learn how to initialize them with literals, the difference between ints and doubles, and what is truthy and falsey in Dart. Collections In Dart : Watch this episode to learn how to pick the right collection class for the job.

Popular Posts