JavaScript “For”

The JavaScript for loop is used for the codes that are desired to work until the number of repetitions. JavaScript cycles are used for continuous operation of the same code depending on the condition. In the example, the sequence sequence number is reused in ascending order. var FruitList = ["apple", "orange", "banana", "pineapple","strawberry","watermelon"] alert(FruitList[0]); alert(FruitList[1]);... Continue Reading →

Create a website or blog at WordPress.com

Up ↑

Design a site like this with WordPress.com
Get started