JS mcqs 1

PHOTO EMBED

Fri Jan 05 2024 07:52:18 GMT+0000 (Coordinated Universal Time)

Saved by @rahulkhandelwal

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

sayHi();
content_copyCOPY

https://github.com/lydiahallie/javascript-questions