Lâm Nguyễn
Results
1
comments of
Lâm Nguyễn
Helpers receive the current context as the `this` context of the function. ``` javascript // register hbs helpers hbs.registerHelper('__', function () { return i18n.__.apply(this, arguments); }); hbs.registerHelper('__n', function () {...