fork download
  1. // your code goes here
  2. const x=["array","obj"];
  3. console.log(typeof x)
Success #stdin #stdout 0.02s 16820KB
stdin
Standard input is empty
stdout
object