Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appacademy/Module-1-Resources
/ destructure
Function
destructure
w2/d2/destructuring.js:107–109 ·
view source on GitHub ↗
({ name })
Source
from the content-addressed store, hash-verified
105
106
// destructuring a function argument
107
function
destructure({ name }){
108
console.log(name)
109
}
110
111
112
destructure({ name :
"maica"
})
Callers
1
destructuring.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected