logo

Crowdly

Check your knowledge: DEVELOPERS Tests

Шукаєте відповіді та рішення тестів для Check your knowledge: DEVELOPERS Tests? Перегляньте нашу велику колекцію перевірених відповідей для Check your knowledge: DEVELOPERS Tests в softserve.academy.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

CSS selector which selects every <p> element that has no children

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

How to select multiple elements?

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

How do you display a border like this:

The top border = 10 pixels

The bottom border = 5 pixels

The left border = 20 pixels

The right border = 1pixel?

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

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.

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

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%
100%
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.

100%
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%
33%
0%
67%
0%
Переглянути це питання

What will be displayed at browser console?

String and ...

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

How

many array’s elements will have value 7 after running the following part of

code?

Some code fragment

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

Хочете миттєвий доступ до всіх перевірених відповідей на softserve.academy?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!