Which of the following is NOT a valid way to comment in JavaScript?
// This is a comment
/* This is a comment */
/** This is a comment */