mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
4 lines
54 B
Text
4 lines
54 B
Text
const o = {
|
|
};
|
|
const { a ="a" } = o;
|
|
console.log(a);
|