2025-01-20 11:24:16 -08:00

3 lines
157 B
JavaScript

Module.customJSFunctionToTestClosure = function(firstParam, secondParam) {
console.log("This function adds two numbers to get", firstParam + secondParam);
}