What are the scopes of a variable in javascript?


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

Post New Answer

More JavaScript Interview Questions

What is webpack used for?

0 Answers  


What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }

1 Answers  


What does the enableviewstatemac setting in an aspx page do?

0 Answers  


What are the main uses of javascript?

0 Answers  


How to get checkbox status whether it is checked or not?

0 Answers  


What is object cloning

4 Answers  


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

0 Answers  


why can't we call a static method from a non-static method

0 Answers  


Is there any class in javascript?

0 Answers  


What is differential inheritance?

0 Answers  


Explain why "self" is needed instead of "this".

0 Answers  


What is javascript tree shaking?

0 Answers  


Categories