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