3 lines
48 B
JavaScript
3 lines
48 B
JavaScript
|
function aHelperFunction() {
|
||
|
return "help";
|
||
|
};
|