Consider following code snippet:

    $(document).ready(function(){
        alert('one');
    });
    $(document).ready(function(){
        alert('two');
    });
    $(document).ready(function(){
        alert('three');
    });
What will be displayed in alert boxes?

chrome 60.0.3112.113 - one, three, two

2017 Sep 29, 1:51:36 AM

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести