- !!js/function 'function () { return 42 }'
- !!js/function 'function (x, y) { return x + y; } '
- !!js/function |
function (foo) {
var result = 'There is my ' + foo + ' at the table.';
return {
first: 42,
second: 'sum',
third: result
};
}