Skip to content

R26-Rahul/JavaScript_Tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript_Tutorials

JavaScript Tutorials section

setTimeout

  • 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 loop

  1. for
  2. while
  3. do while
  • all this doing samethings
  • ++++++++++++++++++++++ for +++++++++++++++++++++
for (variable,condition,increments and dicrements)
{
//this is for body 
}
for (var x=1; x < 6 ; x++)

About

JavaScript Tutorials section

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published