MCPcopy 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
107function destructure({ name }){
108 console.log(name)
109}
110
111
112destructure({ name : "maica"})

Callers 1

destructuring.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected