Closures

  1. Counter local - not working
  2. Counter with global
  3. Create incrementors
  4. Create internal function
  5. Create function by a function
  6. Create function with parameters
  7. Counter closure
  8. Make incrementor with def (closure)
  9. Make incrementor with lambda
  10. Exercise: closure bank
  11. Exercise: counter with parameter
  12. Solution: closure bank
  13. Solution: counter with parameter