Guest User

Untitled

a guest
Mar 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. console.log(typeof expressao) // undefined
  2. var expressao = function funcaoQualquer () {
  3. console.log('Hoisting de corpo da função feito com sucesso')
  4. }
Add Comment
Please, Sign In to add comment