mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05: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);
|
|
} |