How to Comment JavaScript Code

Veröffentlicht am: 06 August 2023
auf dem Kanal: 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 */


Auf dieser Seite können Sie das Online-Video How to Comment JavaScript Code mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer SVGIE 06 August 2023 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 151 Mal angesehen und es wurde von 2 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!