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 */
Sur cette page du site, vous pouvez voir la vidéo en ligne How to Comment JavaScript Code durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur SVGIE 06 août 2023, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 151 fois et il a aimé 2 téléspectateurs. Bon visionnage!