fork(1) download
  1. // your code goes here
  2. let x={array:"obj"};
  3. console.log(typeof x)
Success #stdin #stdout 0.03s 16856KB
stdin
Standard input is empty
stdout
object