0 / 60 seg.

What two values will this code print?

function printA() {
  console.log(answer);
  var answer = 1;
}
printA();
printA();