Skip to content

Instantly share code, notes, and snippets.

@HabibulHH
Created August 29, 2018 06:44
Show Gist options
  • Save HabibulHH/81f00fd8fed0b364d36c539389e79718 to your computer and use it in GitHub Desktop.
Save HabibulHH/81f00fd8fed0b364d36c539389e79718 to your computer and use it in GitHub Desktop.
function GetStudentIdByName(name){
console.log(this);
function getname(){
console.log(this)
console.log(name)
}
getname()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment