How to comment out multiple lines in JavaScript?

To comment out multiple lines in JavaScript, use /* this syntax */.

Here's how you do it:

/*
This
is
a
multiline
comment
*/