Question 27 of 5252%
27

What gets logged for below code snippets?

var foo = function() {}

var foo2 = foo

console.log(foo.name, foo2.name)
27/52