Closure: make a greeter

Return a function that remembers a greeting from the outer scope and combines it with whatever name is later passed in.
JavaScript
Console