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: Element creator
From the course: JavaScript: Enhancing the DOM
Challenge: Element creator
(futuristic music) - [Narrator] For the challenge, let's build a small but dynamic webpage. I have created the start view and, of course, it contains a puppy. You can get the start project by checking out branch 05_05. And here are your tasks: You're going to add a new button, you're going to create a new list item, you're going to clone an element, you're going to replace the old paragraph with a new one, and, unfortunately, you're going to make the image of the puppy disappear. The duration of this task should be between 10 and 20 minutes. This challenge will test your newfound powers in DOM manipulation. Good luck.