Practice · Complex Scenarios
Multiple Windows
Why this is tricky
The button opens a genuinely new browser tab/window (window.open), not an overlay. Your original window handle is still open behind it — practice switching to the new handle, and switching back.
Initial state.