function foo(a) {
  const x = [a.b];
  return x;
}