MCPcopy Create free account
hub / github.com/appacademy/Module-1-Resources / math

Function math

w1/d2/scratch.js:37–41  ·  view source on GitHub ↗
(num1, num2)

Source from the content-addressed store, hash-verified

35// param1 = 25
36// param2 = 17
37function math(num1, num2){
38 // console.log('num1', num1, 'num2', num2);
39
40 return num1 + num2;
41};
42
43
44// call/invoke that function

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected