- Time limit
- set time dlaiy
- if u want to some function delay time all the code insite setTimeout(function( ){ //here }, 1000)
- setTimeout(
- function()
- {all the code here},
- 1000 this delay time )
- for
- while
- do while
- all this doing samethings
- ++++++++++++++++++++++ for +++++++++++++++++++++
for (variable,condition,increments and dicrements)
{
//this is for body
}
for (var x=1; x < 6 ; x++)