10 Learn to Program in Dart: Iterables - Maps

Published: 18 August 2014
on channel: Dash to Dartlang
1,104
20

This video series is outdated, as the tool we use, the Dart Editor, is no longer in common use. Please go to my other playlist, 'Dart Computer Programming for Beginners' which is just a remake of this in the DartPad, but cleaned up a little.

This is a beginner's experience in learning to program with Dart. In this video, we review the fundamentals of programming. We review and define the following concepts and terms:

Map - list of elements, organized with a key, matched to a value
Map variable = {key1:value1, key2:value2};
keys must be unique, but values do not
parameterized key, value
key retrieval


Should be viewed in 480p or above.