Untitled

Anonymous
plain_text
05/20/2021 9:45 AM
152 B
19
Indexable
function foo1()
{
  return {
      bar: "hello"
  };
}

function foo2()
{
  return
  {
      bar: "hello"
  };
}
Editor is loading...