Q. Which of the following is the correct way to write a comment in JavaScript code? (A) //This is a comment (B) /*This is a comment*/ (C) $This is a comment$ (D) **This is a comment** ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) //This is a comment