1. 1
    Redirect the browser using JavaScript
    2m 13s

Redirect the browser using JavaScript

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

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.