(Ben Nadel) When you first get into JavaScript, using the native alert(), prompt(), and confirm() methods feels comfortable because they are “blocking” actions. This means that when those methods execute, the world stops and your code pauses until the user responds.
Read More - Register for Free Membership
