Link Search Menu Expand Document

Comment Your JavaScript Code

Summary

  • Comments are lines of code that JavaScript intentionally ignores.

Final Code

// This is an in-line comment.

/* This is a
multi-line comment */