27. What gets logged for below code snippets?

var foo = function() {}

var foo2 = foo

console.log(foo.name, foo2.name)