Consider following code snippet:
 for (i=5; i<10; i++){ for (j=i; j<i+1; j++){ alert(j); } } 
How many times the alert box will display?
Explanation
Get an explanation when it's available:

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты