Skip to content

Instantly share code, notes, and snippets.

@Log-of-e
Last active November 27, 2017 17:30
Show Gist options
  • Select an option

  • Save Log-of-e/ca1a2f7014198966aa9a2f4dc75b0006 to your computer and use it in GitHub Desktop.

Select an option

Save Log-of-e/ca1a2f7014198966aa9a2f4dc75b0006 to your computer and use it in GitHub Desktop.
JS javascript Hoisting precedenc
function afirst(a,b){
console.log(`
***\n
***hoist precednece:\n
1.function declaration
2.function args
3.var declaration, cannot overwrite no.1 function dec
`)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment