LinkedIn Interview Question

The JavaScript question was this. Function foo = (a) => { Function biz => { Return a } this.bad => { Return a } ) Foo.prototype =function buzz (a) => { Return a } What will this return? How do you make it return the correct value. Foo.bizz() Foo.baz() Foo.buzz()