What is local and global scope?


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

Post New Answer

More JavaScript Interview Questions

How much time it will take to learn javascript?

0 Answers  


What’s relationship between javascript and ecmascript?

0 Answers  


What is the disadvantage of javascript?

0 Answers  


Which is better python or javascript?

0 Answers  


What is the use of debugger keyword in javascript?

0 Answers  






What is global variable in javascript?

0 Answers  


What is the use of spread operator?

0 Answers  


What is an immediately-invoked function expression?

0 Answers  


Does javascript care about whitespace?

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  


How long does it take to learn javascript?

0 Answers  


What is NaN?

0 Answers  


Categories