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

Function addition

w2/d1/arrow_functions.js:50–50  ·  view source on GitHub ↗
(num1, num2)

Source from the content-addressed store, hash-verified

48// console.log(implicit("maica"))
49
50let addition = (num1, num2) => num1 + num2
51
52// console.log(addition(5,7))
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected