There are two common ways to redirect the browser in JavaScript. Both use window.location
but they differ in how they interact with Session History (and hence, the browser's back button). In this lesson, you'll learn how they're different and how to use each of them.