Masukkan Nilai Objek Baru

Using dot notation:
obj.key3 = "value3";
Using square bracket notation:
obj["key3"] = "value3";
Vast Vendace