What will be the result of the code?
 alert(Math.floor(Math.random())); 
Explanation
Math.random () will output a random number in range 0-1 and Math.floor () will rounded down to the nearest whole, that is means to 0.

Следи за CodeGalaxy

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

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