⟩ How you comment JavaScript code?
Use // for a single line comments in JavaScript and
/* start of Multiple lines comment in JavaScript
Multiple line comments in JavaScript
*/ for block comments in JavaScript
Use // for a single line comments in JavaScript and
/* start of Multiple lines comment in JavaScript
Multiple line comments in JavaScript
*/ for block comments in JavaScript
What are JavaScript types?
How are object properties assigned?
How generic objects can be created?
How to find operating system in the client machine using JavaScript?
What is the data type of variables in JavaScript?
Explain how to detect the operating system on the client machine?
How can the style/class of an element be changed?
Explain the difference between "==" and "==="?
Write the code for adding new elements dynamically?
Tell me what is JavaScript?