higher_order_sections.js 188 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 ({ name: "Tater", helper: "To tinker?", bolder: function () { return function (text, render) { return text + ' => <b>' + render(text) + '</b> ' + this.helper; } } })