JavaScript Mastery

Back
Question
1/230
Progress0%
0:00
Time
0/230
Score
0%
Progress
!
Select one answer

1. What's the output?

function sayHi() {
  console.log(name);
  console.log(age);
  var name = "Devashish";
  let age = 21;
}

sayHi();
Question
1/230
0/230Score
0:00
0%