1
00:00:00,460 --> 00:00:05,710
Hey, welcome to the section where we're going to build a dynamic and mouse and click event tracker

2
00:00:05,860 --> 00:00:11,950
using JavaScript, so the objective here is to click the element that's going to show up on the page.

3
00:00:11,950 --> 00:00:17,950
So we're hiding, displaying none and then displaying block an element and showing it somewhere randomly

4
00:00:17,950 --> 00:00:19,450
positioned on the screen.

5
00:00:19,570 --> 00:00:22,730
And the objective is to try to click it as quick as possible.

6
00:00:22,870 --> 00:00:28,870
We're also using some date objects in order to track the time that it takes in order to click the element

7
00:00:28,870 --> 00:00:29,740
from when it starts.

8
00:00:30,010 --> 00:00:30,690
So let me show you.

9
00:00:30,850 --> 00:00:32,520
So got our favorite start button.

10
00:00:32,530 --> 00:00:39,580
We hit the start button and the objective to try to click those elements as quickly as possible and

11
00:00:39,880 --> 00:00:41,070
they're going to move around as well.

12
00:00:41,080 --> 00:00:46,750
So they're not that easy to catch and they have an interval that they're going to disappear on and then

13
00:00:46,750 --> 00:00:48,140
they're going to reposition themselves.

14
00:00:48,700 --> 00:00:50,560
This is a fun one, and I hope you enjoy it.
