#function-hoisting
Read more stories on Hashnode
Articles with this tag
Look at the below code and guess its output: console.log(val); var val; If you have not studied hoisting and if you are learning javascript after...