What is primitive data type in javascript?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What is variables in javascript?

0 Answers  


What are global variables? How are these variable declared and what are the problems associated with using them?

0 Answers  


What is the scope of a function?

0 Answers  


What is the difference between innerhtml and append() in javascript?

0 Answers  


Should I disable javascript?

0 Answers  






what is the difference between window & document in javascript?

0 Answers  


how to read and write a file using JavaScript?

0 Answers  


How can an HTMLCollection be traversed?

0 Answers  


What is jscript used for?

0 Answers  


Write a way by which you can do something on the close of the window ?

0 Answers  


How do you extend classes Code snippet: const circle = { radius: 20, diameter() { return this.radius * 2; }, perimeter: () => 2 * Math.PI * this.radius };

1 Answers  


What is the purpose of 'this' operator in JavaScript?

0 Answers  


Categories