User Interface Expert Question:

How to include a comment in JavaScript?

UI Developer Interview Question
UI Developer Interview Question

Answer:

/* This is a comment block */
//This is a commented out line


Previous QuestionNext 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>?