How to Comment JavaScript Code

Publicado em: 06 Agosto 2023
no canal de: SVGIE
151
2

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:

Using // will tell JavaScript to ignore the remainder of the text on the current line. This is an in-line comment:

// This is an in-line comment.
You can make a multi-line comment beginning with /* and ending with */. This is a multi-line comment:

/* This is a
multi-line comment */


Nesta página do site você pode assistir ao vídeo on-line How to Comment JavaScript Code duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário SVGIE 06 Agosto 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 151 vezes e gostou 2 espectadores. Boa visualização!