From the course: JavaScript: Enhancing the DOM

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Challenge: Adding a feature

Challenge: Adding a feature

(upbeat music) - [Narrator] In this challenge, you're going to make the Skills section functional. So your task is to go ahead and display the skills in the list, add a skill, and as a bonus challenge, see if you can manage to delete the skill as well. The duration of this task, I think should be around 30 to 60 minutes, so it's quite a big task. So I make you a starter, but it's not working fully quite yet. As you can see, the skills are now showing up on each and every page, but they're showing up on Skills as well. So what do you need to do? Well, go ahead and make sure that it displays the skills, that you're going to be able to add a skill and that you're going to be able to delete the skill as a bonus. The first thing you could start with is to see if you can get type on these two pages. I've made quite a start yet, but I might not have updated all code correctly. So in order to complete that first task, you might want to have a look at the main.js. Then next, you go ahead, you…

Contents