22 Learn to Program in Dart: Nested Functions and Lexical Closures
This is a beginner's experience in learning to program with Dart. In this video, we review the following terms and concepts: Nested functions: functions within functions. Lexical closures: functions that act within a function, and is isolated from the rest of the function due to lexical scoping, and returns a value to the outer function. Recursive function: a function and refers back to itself (example: fibonacci function). Should be viewed in 480p or above.
This is a beginner's experience in learning to program with Dart. In this video, we review the following terms and concepts: Nested functions: functions within functions. Lexical closures: functions that act within a function, and is isolated from the rest of the function due to lexical scoping, and returns a value to the outer function. Recursive function: a function and refers back to itself (example: fibonacci function). Should be viewed in 480p or above.