return array javascript

function func() {
  return [5, "string", {a: 7}];
}
TC5550