🚀 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 💪

Task #2051 - List of skills

We have a list of what will you know by the end of this course. But wait, you need to add one more technology that’s missing. Check out the lecture once again and add the proper list element....

August 15, 2020 · 1 min · Coderslang Master

Task #2052 - Change the marker

The list items are marked with filled circles. Let’s change them to empty circles. 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 #2053 - Ordered list

Change the list to make sure that there’s a number next to each list element Don’t forget to delete wrong attributes This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #2054 - Fix bugs

Someone has worked on your list and introduced some bugs. And it shows letters instead of numbers, and their order seems to be reversed. Make numbering with Roman numerals in the correct order as well - from I to III....

August 15, 2020 · 1 min · Coderslang Master

Task #2055 - All messed up

It looks like someone has mixed up the term and definition in the list Let’s fix it. 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 #2056 - Improve the list

We have already added definitions to our reference book using the <dd> tags. You just have to add terms for each of them. Terms are the names of the technologies. Check out the lecture if you’ve forgotten them....

August 15, 2020 · 1 min · Coderslang Master

Task #2061 - Cell definition

You have to keep working on the table. Change the content of the only cell to Course name. Don’t add any other elements This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #2062 - Header row

There is a first column header and it must remain first. Add two more columns to the header row: Duration (month) Lectures Use <th> tag fot each column. This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #2063 - Information row

Time to fill the table with data. Add second row to the table below the existing one. Add three <td> cells to the second row. Set first cell content to ‘JS’, second - to 3, third - to 25 This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master

Task #2064 - Total

At the end of the table add one more row. It will be our final row and it should have two columns. First column will be the union of two horizontal cells and its content should be ‘Total lectures’ Second column will be the total amount of lectures and its content should be 37 This task is part of the Full-Stack JavaScript Course...

August 15, 2020 · 1 min · Coderslang Master