Skip to content

Instantly share code, notes, and snippets.

@SanthoshRaghav
Created February 19, 2024 17:19
Show Gist options
  • Save SanthoshRaghav/d436e1f499a106d71ac6241a6661e14e to your computer and use it in GitHub Desktop.
Save SanthoshRaghav/d436e1f499a106d71ac6241a6661e14e to your computer and use it in GitHub Desktop.
function sayHi() {
console.log(name);
console.log(age);
var name = 'Lydia';
let age = 21;
}
sayHi();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment