1
00:00:00,370 --> 00:00:09,730
Before we talk about the couple of ways to assign values to a variable, let's go ahead and install

2
00:00:09,730 --> 00:00:12,920
an extension called Better Comment.

3
00:00:12,940 --> 00:00:18,280
And it's going to help us to beautify our comments along the way.

4
00:00:18,460 --> 00:00:23,950
So let's go ahead and install that by searching for better comment.

5
00:00:26,880 --> 00:00:29,260
And this is the extension.

6
00:00:29,280 --> 00:00:31,530
Go ahead and install that.

7
00:00:32,360 --> 00:00:34,220
After installation.

8
00:00:34,220 --> 00:00:37,310
Let me show you how we are going to use it.

9
00:00:38,080 --> 00:00:46,450
And like I said that in JavaScript we can add comments or use comments by using double forward slash.

10
00:00:46,570 --> 00:00:54,550
And for this one, if I want to change the color of my comment, I can use this special characters,

11
00:00:54,550 --> 00:00:56,830
for example, exclamation mark.

12
00:00:56,860 --> 00:01:04,989
As you can see now, my comment is red and if I want to change the color, I can use question mark to

13
00:01:04,989 --> 00:01:08,800
have this color and as stylish as that.

14
00:01:08,980 --> 00:01:14,230
And as you move on, I'll be using one of these colors for my syntax.

15
00:01:14,260 --> 00:01:14,680
Cool.

16
00:01:14,890 --> 00:01:20,110
And this is possible because of the extension that we just installed.

17
00:01:20,140 --> 00:01:20,680
All right.

18
00:01:20,680 --> 00:01:22,210
Let's continue in the next video.

