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:
Method syntax: object.method
Function syntax: function(argument)
Assert
int.parse(variable) - convert String to integer
Concatenate: Combining two or more strings: (a+b), ("$a$b")
Should be viewed in 480p or above.