⟩ How to create a new object in JavaScript?
Create a new object in JavaScript
var obj = new Object();
//or
var obj = {};
Create a new object in JavaScript
var obj = new Object();
//or
var obj = {};
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?
Whether JavaScript has concept level scope?
What is 'this' keyword in JavaScript?
What is the use of type of operator?
Explain how to read and write a file using JavaScript?