Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
const
sumar = (a, b) => a + b;
8
9
const
saludar = () =>
'Hola Mundo'
;
10
11
12
console.log( sumar( 5, 10 ) );
Callers
1
flecha.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected