mirror of
https://git.webmc.xyz/Starlike-Client/Starlike-Client
synced 2025-07-23 06:01:37 -09:00
3 lines
157 B
JavaScript
3 lines
157 B
JavaScript
Module.customJSFunctionToTestClosure = function(firstParam, secondParam) {
|
|
console.log("This function adds two numbers to get", firstParam + secondParam);
|
|
} |