logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1264515 total)

There is an HTML code to create To Do list:

html code

Assume we have created listItem variable that holds element li to which we need to insert checkbox with label of an To Do item.

Please choose correct fragment of code to do this task.

0%
0%
100%
0%
0%
Переглянути це питання

Обчислити подвійний інтеграл, перейшовши до полярних координат: де область -- круг .

0%
0%
0%
100%
0%
Переглянути це питання

Знехтуваний ризик має настільки малий рівень, що він перебуває в межах допустимих відхилень природного (фонового) рівня.

100%
0%
Переглянути це питання

Suppose we have

the function that calculates n! (n! = n*(n-1)*…*2*1). This function is

given below. Please restore the code covered up white rectangles.

Переглянути це питання

Suppose we

need to check the correctness of login. It should consist of 8 characters:

lowercase and uppercase latin letters and digits. The login can’t start with

digit. Please select all valid regular expressions.

0%
0%
0%
0%
0%
0%
Переглянути це питання

Specifies a

Square class with a side field and a method for calculating the perimeter of a square

class Square {

    constructor(side) {

        this.side = side;

    }

    calculatePerimeter(){

        return this.side * 4;

    }

}

Based on the Square class, a Cube class is created

and the method that returns the perimeter is

overrided.

Override the

calculatePerimeter() method

with extension - use parent method result for calculations.

0%
0%
0%
100%
0%
Переглянути це питання

Тривалість обсервації визначається...:

0%
0%
0%
0%
Переглянути це питання

What code implements asynchronous AJAX data transfer (for example from HTML form) by defining request headers and sending data to the server.

0%
0%
0%
0%
0%
Переглянути це питання

What will be displayed at browser console?

String and ...

Переглянути це питання
Скільки зовнішніх ключів може містити відношення?
0%
100%
0%
0%
Переглянути це питання