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

Task #2461 - Find them all

The task is very simple - you need to display a list of all div elements in the console. Use the method of retrieving items by tag name for this....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2462 - Combinations of selectors

Let鈥檚 print to the console all the items with the item class item that are inside the car block. Use methods to get elements by identifier and class for this....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2463 - I am in a hurry to help

Your colleague has asked you for help. He wants to get two lists. The first list is a list of items with the title of books from the BBC The Big Read....

August 15, 2020 路 2 min 路 Coderslang Master

Task #2464 - New methods

You need to print to the console all elements whose id begins with art. Use the internal script. 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 #2465 - Check and add

There are 4 images added to the document. Not all of them have a title attribute. Write an internal script that checks if images have this attribute. If it does not exist, add it with a value equal to the alt attribute of the image....

August 15, 2020 路 1 min 路 Coderslang Master

Task #2471 - Adding text

You need to add a text node to the existing paragraph using JS. The text should be as follows - Hello, dear user. Use the internal script. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 路 1 min 路 Coderslang Master

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