Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- JavaScript Everywhere 6:20
- What to Expect 2:55
- JavaScript Everywhere Review 5 questions
- Display Messages with JavaScript 5:18
- Your First JavaScript Program 2:56
- Add JavaScript to HTML 6:58
- Debug JavaScript in the Console 5:52
- Adding Scripts and JavaScript Commands Review 6 questions
- JavaScript Practice Challenge 2:39
- JavaScript Challenge Solution 1:45
- Code Challenges and Getting Help
- Write JavaScript Statements 4 objectives

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
This video covers one solution to the JavaScript practice challenge.
Self-destructing Message Solution
// 1. Display an alert dialog with the content: "Warning! This message will self-destruct in"
alert("Warning! This message will self-destruct in");
// 2. Display a "3... 2... 1..." countdown using 3 alert dialog boxes
alert("3...");
alert("2...");
alert("1...");
// 3. This statement selects the <h1> element and replaces its text with "BOOM!".
document.querySelector("h1").textContent = "🔥BOOM!🔥";
// 4. Log "Message destroyed!" to the console
console.log("Message destroyed!");
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Danelyn Garcia
50 PointsMine it doest do evererything, its just open in "Boom", no more.
Posted by Danelyn GarciaDanelyn Garcia
50 Points0 Answers
-
Sandro Todua
3,249 Points0 Answers
-
Aung Oo
Full Stack JavaScript Techdegree Graduate 16,008 Points1 Answer
-
payton johnson
2,971 Points1 Answer
-
Rashad Nelson
6,532 Points3 Answers
-
jcruzaxaeon
Full Stack JavaScript Techdegree Student 16,520 Points3 Answers
-
Brittany Halterman
11,322 Points2 Answers
-
Caleb Tripp
2,298 Points1 Answer
-
Alfredo Galvez
6,145 Points1 Answer
-
Paul Samreth
6,255 Points1 Answer
-
Shreemangal Sethi
Full Stack JavaScript Techdegree Student 15,552 PointsError with the textContent attribute.
2 Answers
-
Jakarri Thomas
174 Points1 Answer
-
Jason Williamson
6,426 Points1 Answer
-
Angelica Islas
4,082 Points2 Answers
-
Alana Warson
5,296 Points4 Answers
-
Christopher Urquhart
172 Points3 Answers
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up