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

Task #2472 - Missing a title

Our list is missing a title. Let鈥檚 add one with the script. The title must be an h3 element with the Browsers inner text. It should appear immediately before the ul tag....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2473 - Filtering the list

The document contains a list of years, but some of them are repeated. We need to write a script that leaves only unique elements by removing duplicates. The order of the items in the list must be preserved....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2474 - Hi, Bob

Let鈥檚 ask the users for their name and age. The first question should be What is your name?. The second question should be How old are you?. If at least one field is empty, or age is not a number,...

August 15, 2020 路 1 min 路 Coderslang Master

Task #2475 - Lists render

A script with a bird data object has been added to the file index.html. You need to go through the properties of this object and add each property to the body....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2481 - DOM is ready

We need to fix the script a little. The message DOM is ready should be printed to the console. Items cannot be swapped. Modify the existing script, do not delete or change the if condition....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2482 - Removing the handler

The script needs to be improved. The first thing to do is add the deleteParagraph function as a handler for the button click. After the first activation of the function, this handler must be removed....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2483 - Counter

We will develop a counter that will add and subtract one. To do this, you need to add a paragraph on the page, initially it should contain the number 0....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2484 - Always ready to help

Your colleague asked you for help. Let鈥檚 help him finish the script. When the button is pressed, the inner text of the paragraph must be supplemented with the next array element....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2485 - Text editor

Let鈥檚 write a text editor. When pressing the Enter button, a new p element should appear at the end of the body. When you press the keys, the last character should be added to the inner text of the last paragraph....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2491 - Bubbling

Click handlers are already added to the elements of the seasons list But one more handler is needed. When clicking on any item in this list, the Updated message should be logged to the console....

August 15, 2020 路 1 min 路 Coderslang Master