Question 75 of 10075%
75

What will the following JavaScript code output?

console.log(foo);
let foo = "bar";
75/100