Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Klerith/node-intro-javascript
/ getNombre
Function
getNombre
desestructuracion.js:8–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6
poder:
'Regeneración'
,
7
// edad: 50,
8
getNombre() {
9
return
`${ this.nombre } ${ this.apellido } ${ this.poder }`
10
}
11
}
12
13
// const nombre = deadpool.nombre;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected