🔰nested destructuring
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
JS ⟩ operator ⟩ assignment ⟩ destructuring ⟩ nested
💾 程式:replit
let opts = {
size : {width: 100, height: 200}, // object in object
items: ["Cake", "Donut"], // array in object
extra: true