User Interface Expert Question:
How to include a comment in JavaScript?
Answer:
/* This is a comment block */
//This is a commented out line
//This is a commented out line
Previous Question | Next Question |
Tell me what is the difference between require() and include() when an error is encountered? | Explain what is the difference between SVG and <Canvas>? |