MCPcopy Index your code
hub / github.com/Klerith/node-intro-javascript / saludar

Function saludar

flecha.js:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7const sumar = (a, b) => a + b;
8
9const saludar = () => 'Hola Mundo';
10
11
12console.log( sumar( 5, 10 ) );

Callers 1

flecha.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected