JavaScript


FOR-IN LOOP  Javascript



Download 2,14 Mb.
Pdf ko'rish
bet26/47
Sana24.01.2023
Hajmi2,14 Mb.
#902030
1   ...   22   23   24   25   26   27   28   29   ...   47
Bog'liq
TutorialsPoint JavaScript

 
FOR-IN LOOP 


Javascript 
56 
 
Set the variable to different object and then try...
 
var x = 1; 
document.write("Entering the loop "); 
while (x < 20) 

if (x == 5){
break; // breaks out of loop completely 

x = x + 1; 
document.write( x + ""); 

document.write("Exiting the loop! "); 
//--> 
 
Set the variable to different value and then try...
 
var x = 1; 
document.write("Entering the loop "); 
while (x < 10) 

x = x + 1; 
if (x == 5){
continue; // skill rest of the loop body 

document.write( x + ""); 

document.write("Exiting the loop! "); 
//--> 
 
Set the variable to different value and then try...
 
document.write("Entering the loop! "); 
outerloop: // This is the label name 
for (var i = 0; i < 5; i++) 

document.write("Outerloop: " + i + ""); 
innerloop: 
for (var j = 0; j < 5; j++) 


Javascript 
61 
 

if (j > 3 ) break ; // Quit the innermost loop 
if (i == 2) break innerloop; // Do the same thing 
if (i == 4) break outerloop; // Quit the outer loop 
document.write("Innerloop: " + j + " "); 


document.write("Exiting the loop! "); 
//--> 
 
 
document.write("Entering the loop! "); 
outerloop: // This is the label name 
for (var i = 0; i < 3; i++) 

document.write("Outerloop: " + i + ""); 
for (var j = 0; j < 5; j++) 

if (j == 3){ 
continue outerloop; 

document.write("Innerloop: " + j + ""); 
}

document.write("Exiting the loop! "); 
//--> 
 
Click the following button to call the function


 
Use different text in write method and then try...
Click the following button to call the function


 
Use different parameters inside the function and then try...
Click the following button to call the function


 
Use different parameters inside the function and then try...
Click the following button to call the function


 
Use different parameters inside the function and then try...
Click the following button to call the function


 
Use different parameters inside the function and then try...



Download 2,14 Mb.

Do'stlaringiz bilan baham:
1   ...   22   23   24   25   26   27   28   29   ...   47




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish