logo

Crowdly

Browser

Add to Chrome

Check your knowledge: DEVELOPERS Tests

Looking for Check your knowledge: DEVELOPERS Tests test answers and solutions? Browse our comprehensive collection of verified answers for Check your knowledge: DEVELOPERS Tests at softserve.academy.

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

Please answer to the question What are the basics concepts of Object-Oriented Programming

0%
0%
0%
0%
0%
0%
View this question

What selectors can set green background for second inner div in next markup?

<div class = "outer">

<div class = "second">

</div>

<div title = "test">test

</div>

</div>

0%
0%
0%
0%
100%
View this question

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

0%
100%
0%
0%
View this question

How to select multiple elements?

0%
0%
0%
100%
View this question

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?

0%
0%
0%
100%
View this question

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%
View this question

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.

View this question

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%
View this question

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%
View this question

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%
View this question

Want instant access to all verified answers on softserve.academy?

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

Browser

Add to Chrome