How to Comment JavaScript Code

Pubblicato il: 06 agosto 2023
sul canale di: 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 */


In questa pagina del sito puoi guardare il video online How to Comment JavaScript Code della durata di ore minuti seconda in buona qualità , che l'utente ha caricato SVGIE 06 agosto 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 151 volte e gli è piaciuto 2 spettatori. Buona visione!