From 1d13d1155dfd6f6ea23c14d09503485bf97b43b7 Mon Sep 17 00:00:00 2001 From: Anurag Chauahan <72224544+Anurag-Chauhan-289@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:53:48 +0530 Subject: [PATCH] Update article.md --- 3-frames-and-windows/01-popup-windows/article.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/3-frames-and-windows/01-popup-windows/article.md b/3-frames-and-windows/01-popup-windows/article.md index ab951574..7540b030 100644 --- a/3-frames-and-windows/01-popup-windows/article.md +++ b/3-frames-and-windows/01-popup-windows/article.md @@ -7,7 +7,7 @@ Basically, you just run: window.open('https://javascript.info/') ``` -...And it will open a new window with given URL. Most modern browsers are configured to open new tabs instead of separate windows. +...And it will open a new window with given URL. Most modern browsers are configured to open url in new tabs instead of separate windows. Popups exist from really ancient times. The initial idea was to show another content without closing the main window. As of now, there are other ways to do that: we can load content dynamically with [fetch](info:fetch) and show it in a dynamically generated `