Question:Which of the following is a correct syntax to hide javaScript code from the older browsers that don't support the current version of javaScript?
A <!-code//--> B //code C /*code*/ D /code/
+ AnswerA
+ Report