Question 14 of 10014%
14

What does the console.log print?

var foo = function() {}

function myFoo(){}

console.log(foo.name, myFoo.name)
14/100