index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
bundle
/
fixture10.out
blob: 7436722b5675cc8cce2ecf8f3e5b257b9d5ffdac (
plain
)
1
2
3
4
const o = { }; const { a ="a" } = o; console.log(a);