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....
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....
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....
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....
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....
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...
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!...
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....
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....
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 ....
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....