User Interface Expert Question:

How to include a comment in JavaScript?

Answer:

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

Read All 90 UI Developer Questions
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>?