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.
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.
I am wondering the exact same thing. Anyone?
This comment is hidden because it contains spoiler information about the solution