1
00:00:00,150 --> 00:00:04,050
Hey, we did see a word scrambler earlier on in the projects.

2
00:00:04,080 --> 00:00:09,000
Well, this one's a little bit more advanced, so they're presented with a bunch of words.

3
00:00:09,010 --> 00:00:15,060
So are you presented with one word and you also have a bunch of squares that have a hidden word, which

4
00:00:15,060 --> 00:00:17,640
is a scrambled word that's underneath it.

5
00:00:17,650 --> 00:00:24,140
So you have to click as quickly as possible to find the solution to that scrambled word.

6
00:00:24,150 --> 00:00:31,230
So we've got an example here where we've got the word coding and you hover over these and it shows the

7
00:00:31,230 --> 00:00:32,610
hidden word that's underneath.

8
00:00:32,910 --> 00:00:40,380
So the objective here is to practice element manipulation as well as add values within to the element

9
00:00:40,380 --> 00:00:44,610
objects so that you can store and use those values within your coding.

10
00:00:45,210 --> 00:00:49,200
Also tracking of the time and working with arrays.

11
00:00:50,780 --> 00:00:51,530
So let's get to it.

12
00:00:52,730 --> 00:00:59,300
Hey, so we start out with our favorite start button clicks start and we're going to be presented with

13
00:00:59,300 --> 00:01:01,250
select this word brackets.

14
00:01:01,490 --> 00:01:05,240
So we have to hover over all of these until we find the one that says brackets.

15
00:01:05,240 --> 00:01:06,690
And I believe that this one is correct.

16
00:01:07,220 --> 00:01:08,960
Next, we have to find coding.

17
00:01:09,140 --> 00:01:10,330
So that's this one here.

18
00:01:10,340 --> 00:01:12,830
And notice that these are all scrambled words.

19
00:01:13,100 --> 00:01:19,340
So you have to take a little bit of time it takes to kind of glance over and unscramble it when you

20
00:01:19,340 --> 00:01:20,600
know which word you're looking for.

21
00:01:20,630 --> 00:01:25,570
So this one here and last one is course than HTML and then JavaScript.

22
00:01:25,790 --> 00:01:30,020
So it took me twenty nine seconds to solve all of those scrambled words.

23
00:01:30,200 --> 00:01:31,670
And then we go to it again.

24
00:01:31,730 --> 00:01:36,930
We've got a different set of we've got the same set of words, but they're scrambled in different ways.

25
00:01:37,220 --> 00:01:42,290
So again, objective is to try to click through as quick as possible and solve this.

26
00:01:42,680 --> 00:01:45,190
So go ahead, try this one and see if you can beat my score.
