fork download
  1. array = [1, 2]
  2. array['foo'] = 1 // wat?
  3. array.foo == 1 // wait, wat?
Success #stdin #stdout 0.02s 4936KB
stdin
Standard input is empty
stdout
Standard output is empty