JavaScript 101 Hoisting

JavaScript 101 Hoisting

Recently I've been looking over some basics on JavaScript. One basic everyone should know is hoisting.

Basically whenever you declare a variable in a JavaScript program it's hoisted to the top, no matter where it's declared at. This is also true for functions. This raises some questions which I explore in the video below.

Future

I've been super busy working on some special projects so I haven't been able to do much. Please check out my YouTube channel! I've been very active there this month!

Thanks