Ad
  • Custom User Avatar

    closure and being able to return functions is the basic building block of functional composition and other functional programing concepts.

    You would use the always itself to establish a concept called immutability, which has implications in code organization by makgin easier to reuse constants as well as memory management.

    A later concepts you may encouter is currying.

  • Custom User Avatar

    I am wondering the exact same thing. Anyone?