Skip to content

Instantly share code, notes, and snippets.

@SharanGoharKhan
Created October 24, 2018 13:50
Show Gist options
  • Save SharanGoharKhan/859a54c62ff15b3a94cbf3e9902c659a to your computer and use it in GitHub Desktop.
Save SharanGoharKhan/859a54c62ff15b3a94cbf3e9902c659a to your computer and use it in GitHub Desktop.
Example of hoisting example 1
testHoisting()
function testHoisting() {
console.log('function is hoisted')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment