Question 39 of 5275%
39

What will the following JavaScript code output?

console.log(foo);
let foo = "bar";
39/52