Understanding Hoisting

Modern JavaScript Learn JavaScript Fundamentals
9 minutes
Share the link to this page
Copied
  Completed
You need to have access to the item to view this lesson.
One-time Fee
$99.99
List Price:  $139.99
You save:  $40
€94.79
List Price:  €132.71
You save:  €37.92
£78.97
List Price:  £110.56
You save:  £31.59
CA$139.89
List Price:  CA$195.85
You save:  CA$55.96
A$153.73
List Price:  A$215.23
You save:  A$61.50
S$134.32
List Price:  S$188.05
You save:  S$53.73
HK$778.26
List Price:  HK$1,089.59
You save:  HK$311.33
CHF 88.57
List Price:  CHF 124
You save:  CHF 35.43
NOK kr1,105.08
List Price:  NOK kr1,547.16
You save:  NOK kr442.07
DKK kr706.99
List Price:  DKK kr989.82
You save:  DKK kr282.82
NZ$170.06
List Price:  NZ$238.10
You save:  NZ$68.03
د.إ367.26
List Price:  د.إ514.17
You save:  د.إ146.91
৳11,906.24
List Price:  ৳16,669.22
You save:  ৳4,762.97
₹8,436.24
List Price:  ₹11,811.08
You save:  ₹3,374.83
RM447.10
List Price:  RM625.96
You save:  RM178.86
₦167,464.25
List Price:  ₦234,456.65
You save:  ₦66,992.40
₨27,687.73
List Price:  ₨38,763.93
You save:  ₨11,076.20
฿3,470.35
List Price:  ฿4,858.63
You save:  ฿1,388.28
₺3,445.98
List Price:  ₺4,824.51
You save:  ₺1,378.53
B$578.68
List Price:  B$810.17
You save:  B$231.49
R1,810.53
List Price:  R2,534.81
You save:  R724.28
Лв185.34
List Price:  Лв259.49
You save:  Лв74.14
₩139,691.42
List Price:  ₩195,573.58
You save:  ₩55,882.15
₪373.67
List Price:  ₪523.15
You save:  ₪149.48
₱5,901.36
List Price:  ₱8,262.14
You save:  ₱2,360.78
¥15,574.86
List Price:  ¥21,805.43
You save:  ¥6,230.57
MX$2,020.46
List Price:  MX$2,828.72
You save:  MX$808.26
QR363.35
List Price:  QR508.71
You save:  QR145.35
P1,355.53
List Price:  P1,897.79
You save:  P542.26
KSh12,948.70
List Price:  KSh18,128.70
You save:  KSh5,180
E£4,969.50
List Price:  E£6,957.50
You save:  E£1,988
ብር12,262.61
List Price:  ብር17,168.15
You save:  ብር4,905.53
Kz91,256.94
List Price:  Kz127,763.36
You save:  Kz36,506.42
CLP$97,119.28
List Price:  CLP$135,970.88
You save:  CLP$38,851.60
CN¥724.58
List Price:  CN¥1,014.45
You save:  CN¥289.86
RD$6,000.34
List Price:  RD$8,400.72
You save:  RD$2,400.37
DA13,341.73
List Price:  DA18,678.95
You save:  DA5,337.22
FJ$227.04
List Price:  FJ$317.87
You save:  FJ$90.82
Q769.16
List Price:  Q1,076.85
You save:  Q307.69
GY$20,834.51
List Price:  GY$29,169.15
You save:  GY$8,334.63
ISK kr13,772.62
List Price:  ISK kr19,282.22
You save:  ISK kr5,509.60
DH995.44
List Price:  DH1,393.66
You save:  DH398.21
L1,819.82
List Price:  L2,547.83
You save:  L728
ден5,825.40
List Price:  ден8,155.79
You save:  ден2,330.39
MOP$798.74
List Price:  MOP$1,118.27
You save:  MOP$319.52
N$1,801.35
List Price:  N$2,521.97
You save:  N$720.61
C$3,666.61
List Price:  C$5,133.40
You save:  C$1,466.79
रु13,462.23
List Price:  रु18,847.67
You save:  रु5,385.43
S/378.10
List Price:  S/529.35
You save:  S/151.25
K400.90
List Price:  K561.28
You save:  K160.37
SAR375.38
List Price:  SAR525.55
You save:  SAR150.16
ZK2,752.36
List Price:  ZK3,853.42
You save:  ZK1,101.05
L471.69
List Price:  L660.38
You save:  L188.69
Kč2,395.79
List Price:  Kč3,354.20
You save:  Kč958.41
Ft38,840.72
List Price:  Ft54,378.57
You save:  Ft15,537.84
SEK kr1,099.74
List Price:  SEK kr1,539.68
You save:  SEK kr439.94
ARS$100,165.56
List Price:  ARS$140,235.79
You save:  ARS$40,070.23
Bs690.96
List Price:  Bs967.37
You save:  Bs276.41
COP$440,690.82
List Price:  COP$616,984.78
You save:  COP$176,293.95
₡50,645.88
List Price:  ₡70,906.26
You save:  ₡20,260.37
L2,517.41
List Price:  L3,524.47
You save:  L1,007.06
₲775,966.15
List Price:  ₲1,086,383.66
You save:  ₲310,417.50
$U4,274.58
List Price:  $U5,984.58
You save:  $U1,710
zł411.21
List Price:  zł575.71
You save:  zł164.50
Already have an account? Log In

Transcript

In this movie, we're going to talk about another concept that's somewhat unique to JavaScript. And that's hoisting. The best way to introduce this is to show an example. So I'm going to jump over to sublime been using the console a lot in the last several movies. So just to introduce you, again, I have an HTML page. It's linked to a CSS file that has a minimal CSS in it very little, as you can see.

And it's also linked to a JavaScript file down here at the bottom app j. s. And app dot j. s is where I have some JavaScript code that we want to take a look at. Now, let me explain this, this JavaScript code. We have a function in here which we haven't introduced yet, but I want to use this function here because it helps illustrate the concept of hoisting which is a concept I think, is about important to understand. So down here is the function. I've simply defined it a function is simply a group of code that I can execute it anytime I want, when that code executes is when I call the function and I call the function up here. So calling it use the name of the function and then use parentheses parentheses, say to execute that function.

And so it will then come execute this code. All right, at the start of this code, I declare a variable name, set it equal to Steven, then I call the function. The function simply does a console dot log. It takes one variable concatenates to another, and to another and prints it out. It's the exact same thing as what's being done up here. Okay.

Now the thing that's a little bit different about this is these variables that are used in a console dot log statement. are not declared until after the function is called until after the console dot log message is sent. So here's the declaration for greeting. And here's the declaration for punctuation. Now in a lot of programming languages, this would cause an error, because we have not declared the variable before we use it. Not so in JavaScript.

So let's take a look at what's happening. So I'm going to come to my HTML page and just copy the path there. I'm going to jump back. I'm going to reduce this a bit so you can see what's going on. jump back to the browser, and I'm going to paste in that path. And then go ahead and display that sample HTML page.

Now let me open the console. Now I'm going to change the console. So let's attach to the bottom so we can see it as I refresh it, we can see what changes now, so no error was displayed. However, we do have undefined undefined for the variable. That were declared later. Okay.

So this first this is the this first statement here is the console dot log that was called in the function. And this second is the console dot log that was not inside the function. Okay, so let me pull up, go back to the code again. So we can see that. So since we call the function first that executed first, but the variable had not been defined yet, even though it's above it in the code, we're executing it before it gets to this line. Okay, so the variable is not defined.

However, there no no error is presented. And that's where the hoisting concept comes into play. Both of these executed without an error. Here's what JavaScript does when it goes through the code. Initially, every variable it encounters, it sets up, sets aside some memory space for It does not put a value in that memory space until it gets to the line of code when it's executing. But initially, it will set up memory space for it before even any code is executed at all.

And so it goes through this this bunch of code and it identifies this variable, this variable, this variable sets up space for it in memory. So it already knows those variables exist, because it does that. When we hit this console dot log statement, or this one, it doesn't throw an error, because it knows those variables have been declared. They just do not have a value yet. They don't receive a value until after we've executed this executed this. Now, greeting gets a value.

Now punctuation gets a value. That's the concept of hoisting. The reason that is important to know is, once again, it can cause problems if you rely on hosting, hoisting. And so if you see a situation where you're wondering why is This variable undefined, that may give you a clue. Now in just a moment, I'm going to show you a practice you should follow to prevent problems from hoisting. But first, let me show you one more thing that is kind of interesting.

Okay, I'm going to declare greeting here, not with var, I'm just assigning it a value. So technically, I'm not declaring it, I'm assigning it a value, and then also punctuation as well. Now, what do you think's going to print out with this console dot log statement. And this one, remember, this one will execute first, because the function is called here. And then this one will execute. What do you think we're going to see?

Let me save it. jump back to the HTML page, and we'll refresh. Notice that Both console dot log statements come out with Hi, Steven. So let's jump back to the code. So what happened is JavaScript first identifies all the variables and sets up a memory space, then it starts executing sets name equal to Steven, it calls test jumps down to test sets, greeting equal to high, says punctuation equal to question mark, then it does this console dot log, then it acts acts as out of the function comes back here does this console dot log, then we have the two statements where they're actually declared, but JavaScript already saw those instead of side a memory, memory space for them. So when it gets to this point, it would then change to Hello there, an exclamation point just to show that let me copy this and put it after this.

Save it. Let's execute it one more time. And now we see three console dot log statements and the third one is as we expect Good. All right. So, the way to eliminate this from happening or having issues with hoisting is you should declare all your variables at the top of your code, or at the top of a function for those that are being used within a function. Okay?

So in this example, we should declare all our variables up here. And let me show you a little technique that for declaring variables, multiple variables at once. Notice how I'm putting a comma after each variable until I get to the last variable that's declared. Now let's get rid of these statements. Because we cannot that will cause an error if we declare A variable twice using the var keyword. I'm going to get rid of these two down here.

Okay. So this is the correct way to declare those variables, we can then change them later on. But declaring with the var keyword should be done up here. Now this could have been could have been done on three separate lines with three bars and a semi colon at the end of each one. But when you're declaring a lot of variables together, this is a shortcut way for doing it, put a comma, and then I usually indented so I know that this is all part of the same line, and then another comma, and then when we're done declaring all the variables we put a semi colon. So that's something you can keep in mind, a pattern which which is helpful.

The pattern which is important is declaring the variables at the top of your code. Let's go ahead and save this. execute it one more time. Now since we declared the variables that the Top. They both say hello there, Stephen. That's hoisting an important concept to remember.

And an important pattern is to declare variables at the top to avoid problems which come from hoisting

Sign Up

Share

Share with friends, get 20% off
Invite your friends to LearnDesk learning marketplace. For each purchase they make, you get 20% off (upto $10) on your next purchase.