Have you heard the name JavaScript Hoisting? If not, let me show you some magic. What will the output of this code: var x = 7 function myName() { ...