1 00:00:00,590 --> 00:00:03,680 It's time to really up your JavaScript programming. 2 00:00:03,680 --> 00:00:07,020 In this unit, you'll build an interactive game show app. 3 00:00:07,020 --> 00:00:09,510 It's a lot of fun and a great challenge. 4 00:00:09,510 --> 00:00:10,720 Let me show you how it works. 5 00:00:11,990 --> 00:00:16,380 The Phrase Hunter game challenges a player to figure out a hidden phrase. 6 00:00:16,380 --> 00:00:18,490 Click a letter on the onscreen keyboard. 7 00:00:19,650 --> 00:00:22,680 If that letter's in the phrase it appears on the board. 8 00:00:22,680 --> 00:00:26,430 If you click a letter that's not there, you lose one of your heart points. 9 00:00:26,430 --> 00:00:28,660 Run out of heart points and you lose the game. 10 00:00:32,636 --> 00:00:37,310 This project is both fun and a great way to show off your JavaScript skills. 11 00:00:37,310 --> 00:00:40,530 You'll learn a lot more about JavaScript and working with a DOM, or 12 00:00:40,530 --> 00:00:42,490 Document Object Model. 13 00:00:42,490 --> 00:00:46,650 In addition, you'll use object-oriented programming principles to build it. 14 00:00:46,650 --> 00:00:49,510 You'll create classes with properties and methods, and 15 00:00:49,510 --> 00:00:52,620 you'll really learn how to organize your JavaScript code in a way that's 16 00:00:52,620 --> 00:00:56,320 easy to read and uses professional best practices. 17 00:00:56,320 --> 00:00:58,470 Check out the description for this project now and 18 00:00:58,470 --> 00:01:00,550 start thinking about how you'll build it. 19 00:01:00,550 --> 00:01:03,150 There are links to the project page below this video. 20 00:01:03,150 --> 00:01:04,000 Have fun with this one.