JS

JavaScript Fundamentals 1 - Syntax to comment in J...

13.

Which of the following is the correct way to comment in JavaScript?

// This is a comment

/* This is a comment */

<!-- This is a comment -->

<!--- This is a comment --->