馃殌 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 馃挭

Task #2621 - On focus

The script is not working as expected. Let鈥檚 fix it. When the textarea element receives focus, the form focused message should appear first in the console. After that, the message textarea focused should appear....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2622 - Getting values

When you click on the Generate greeting button, a message of the following format should appear in the console: Hello, *firstName* *lastName*!, where *firstName* is the value of the first field, *lastName* - of the second field....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2623 - Validation and UX

It is necessary to show the user when the data entered in the form is sufficient. If the user has entered more than 4 characters in both the email and password fields, change the background of the button to #90E39A....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2624 - Deposit

It is necessary to write the logic of the deposit calculator. You need to calculate how much interest will be charged for the billing period and add them to the initial amount....

August 15, 2020 路 2 min 路 Coderslang Master

Task #2711 - Transforming

Let鈥檚 practice with 2d transforming an element This task is part of the Full-Stack JavaScript Course If you have any issues with it, you can ask for community help below the post...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2712, Stage #1 - The Cube

Let鈥檚 make a cube of three squares. In our projection, the top side of the cube will be visible to us and it will be rotated 45 degrees. Let鈥檚 get to work!...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2712, Stage #2 - The Cube

Now let鈥檚 move on to the left side. First, rotate it 15 degrees clockwise. Then we will distort the same by 15 degrees. Now it remains to put it in place - along the horizontal axis, it should be shifted by half its width....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2712, Stage #3 - The Cube

The right side should be mirrored to the left. So we鈥檒l first rotate it 15 degrees counterclockwise. We will also distort it by 15 degrees, but only in a different direction....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2713 - Rotation controller

The index.html file has two buttons: # left and # right. When the #left button is pressed, the .box element must rotate 30 degrees counterclockwise. When the #right button is pressed, the ....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2714, Stage #1 - 3D Cube

Let鈥檚 build a full-fledged 3D cube Do not change already added styles, add all new styles only to existing classes. First of all, turn all the necessary sides to the desired angle....

August 15, 2020 路 2 min 路 Coderslang Master