There's No Such Thing as Hoisting

- - | Comments

I use the word hoisting in trying to understand how JavaScript deals with function declarations and var statements.

1
function thistest(){}