filmov
tv
Learn with me JavaScript. Beginner Course. JavaScript Comment. (Bangla)

Показать описание
Learn how to write a JavaScript comment using VSCode editor.
Comments are lines of code that JavaScript will intentionally ignore. Comments are a great way to leave notes to yourself and to other people who will later need to figure out what that code does.
There are two ways to write comments in JavaScript:
a) Using // will tell JavaScript to ignore the remainder of the text on the current line.
b)You can make a multi-line comment beginning with /* and ending with */.
Best Practice
As you write code, you should regularly add comments to clarify the function of parts of your code. Good commenting can help communicate the intent of your code both for others and for your future self.
VSCode Download:
Mozilla Browser Download:
If you want to get notified about the next videos.
Click the subscribe button and hit the bell icon.
And if you like this video, please do
Like | Share | Subscribe.
Comments are lines of code that JavaScript will intentionally ignore. Comments are a great way to leave notes to yourself and to other people who will later need to figure out what that code does.
There are two ways to write comments in JavaScript:
a) Using // will tell JavaScript to ignore the remainder of the text on the current line.
b)You can make a multi-line comment beginning with /* and ending with */.
Best Practice
As you write code, you should regularly add comments to clarify the function of parts of your code. Good commenting can help communicate the intent of your code both for others and for your future self.
VSCode Download:
Mozilla Browser Download:
If you want to get notified about the next videos.
Click the subscribe button and hit the bell icon.
And if you like this video, please do
Like | Share | Subscribe.