You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
206B

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