3 lines
55 B
JavaScript
3 lines
55 B
JavaScript
|
functions.add('foo', function() {
|
||
|
return "bar";
|
||
|
});
|