Skip to content

Commit a830dcc

Browse files
authored
Grammar
Comma for readability.
1 parent ee4a91e commit a830dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3-frames-and-windows/01-popup-windows/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ window.open('https://javascript.info/')
1313

1414
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: JavaScript is able to send requests for server, so popups are rarely used. But sometimes they are still handy.
1515

16-
In the past evil sites abused popups a lot. A bad page could open tons of popup windows with ads. So now most browsers try to block popups and protect the user.
16+
In the past, evil sites abused popups a lot. A bad page could open tons of popup windows with ads. So now most browsers try to block popups and protect the user.
1717

1818
**Most browsers block popups if they are called outside of user-triggered event handlers like `onclick`.**
1919

0 commit comments

Comments
 (0)