function say(x) { return function (y) { alert( capitalize(x) + " " + capitalize(y)); } }
Thanks for the heads up.
Thanks for the heads up.