fork download
  1. let fList
  2. fList = ["f", "f", "f", "f"]
  3. console.log(typeof fList === "object" && fList instanceof Array)
Success #stdin #stdout 0.04s 16808KB
stdin
Standard input is empty
stdout
true