Execute Group of Statements using ForLoop in JavaScript

Using for loop:
 
You can execute a group of statements multiple times based on a specific condition by using ForLoop.
 
Demo:
  1. Let’s create a document called forLoop.html.
     
    notepad
     
  2. Write the following code:
     
    code
     
  3. Execute the script by opening the file in a Web Browser. If you are using Internet Explore click on “Allow Blocked Content” to allow the script to execute and if you are using Mozilla Firefox then click on allow “ActiveX Controls”.
     
    Execute the script
Thanks for reading the blog.