ShorthandPropertyAssignment ShorthandPropertyAssignment let b = 2; let c = 1; const a = { b, c }; $b = 2; $c = 1; $a = array( "b" => $b, "c" => $c );