logo

Crowdly

Browser

Add to Chrome

Вебпрограмування

Looking for Вебпрограмування test answers and solutions? Browse our comprehensive collection of verified answers for Вебпрограмування at moodle.chnu.edu.ua.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Нумерація елементів масивів починається з (в JavaScript) ?
0%
0%
0%
0%
View this question
Які значення і в якому порядку повернуться при виконанні функції

func ?

function createCounter () {

var numberOfCalls = 0;

return function () {

return ++ numberOfCalls;

}

}

var func = createCounter ();

func ();

func ();

func ();

View this question
Що робить рядок massiv = new Array() в JavaScript ?
0%
0%
0%
0%
View this question
Який результат роботи скрипта: var A = alert; A(window.location); ?
0%
0%
0%
0%
View this question
Що видасть даний скрипт: var p = "3.1415926535", a = p.split ( '5'); alert (a [2] +5); ?
View this question
Визначите, що буде виведено в наступному циклі? for(i=0;i<9;i++) { if(i>5) continue; document.write(i); }
View this question
Яка змінна оголошена, як рядок?
View this question
Що відобразить браузер після виконання коду ??

var module = {

name: 'Elis',

say: function (name) {

alert ( 'Hello' + this.name)

},

}

module.say ( 'Silvia');

View this question
Якого кольору буде фон решті сторінки, крім елемента розмітки pпісля обробки браузером наступного фрагмента коду:

p # text {background: green; }

p.text (background: red; }

</ Style>

</ Head>

<Body bgcolor = "Orange">

<P class = "text" id = "text"> text </ p> :

(CSS)

0%
0%
0%
0%
0%
View this question
Яким чином будуть відформатовані фрагменти simple textі other textпісля обробки браузером наступного фрагмента коду?

<Style>

p {color: Green;

font-style: italic;

}

p.new {color: blue; }

</ Style>

</ Head>

<Body>

<P class = "new"> Simple text </ p>

<P> other text </ p>

(CSS)

View this question

Want instant access to all verified answers on moodle.chnu.edu.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome