fork(1) download
  1. // your code goes here
  2. const obj={A:"B",C:"D",K:{E:"F"}};
  3. console.log(obj.K);
Success #stdin #stdout 0.03s 18572KB
stdin
Standard input is empty
stdout
[object Object]