MCPcopy Create free account
hub / github.com/SincereCSL/Playgrounds / add6

Function add6

TypeScript/StudyTypeScript/src/function.ts:27–29  ·  view source on GitHub ↗
(x: number,y = 0,z: number,q =1)

Source from the content-addressed store, hash-verified

25 add5(1,2)
26
27function add6(x: number,y = 0,z: number,q =1){
28 return x + y + z + q;
29}
30console.log(add6(1,undefined,3))
31
32

Callers 1

function.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected