Question:What are the purposes of comments in JavaScript code? (Check all that apply.)
A Comments can make the code easier to understand.
B Comments can help hide the code from browsers that cannot interpret JavaScript.
C Comments can help display a warning to users of old browsers that do not support JavaScript.
D none
+ AnswerA B C
+ Report