โญshorthand property
๐ง under construction
let x = 1, y = 2;
let o = { x, y }; // shorthand property: instead of {x: x, y: y}Last updated
๐ง under construction
let x = 1, y = 2;
let o = { x, y }; // shorthand property: instead of {x: x, y: y}Last updated