In this fifth video in the series, we cover the importance of using variables in JavaScript. We also take a look at the differences between const, let and var as ways to create new variable. We recommend using const and let over var because of some potentially unwanted var behaviors.