What is difference between local and global scope in javascript ?


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

Post New Answer

More JavaScript Interview Questions

What is called variable?

0 Answers  


How do you know if a set of points is a function?

0 Answers  


What are the methods involved in javascript?

0 Answers  


How to convert a string to lowercase?

0 Answers  


Event bubbling and Event Capturing in JavScript?

0 Answers  






What are the advantages of using JavaScript?

0 Answers  


What is the use of blur function in JavaScript?

0 Answers  


What is called variable typing in javascript?

0 Answers  


Explain the difference between “==” and “===”?

0 Answers  


what is event bubbling and event capturing in javascript?

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 difference between api and library?

0 Answers  


Categories