Wstaw nowe wartości obiektów
Using dot notation:
obj.key3 = "value3";
Using square bracket notation:
obj["key3"] = "value3";
Vast Vendace
Using dot notation:
obj.key3 = "value3";
Using square bracket notation:
obj["key3"] = "value3";