What is a global variable in programming?


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

Post New Answer

More JavaScript Interview Questions

Write JavaScript code to use file system in binary format?

0 Answers  


What are anonymous functions in Javascript?

0 Answers  


Is there an ide for javascript?

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  


write a program to generte a harmonic series 1+1/2+1/3+1/4+1/5 upto 15 terms.

1 Answers  


What's Prototypes for JavaScript

0 Answers  


What is the difference between ‘let’ and ‘const’?

0 Answers  


What are the valid scopes of a variable in JavaScript?

0 Answers  


What and where are the best javascript resources on the web?

0 Answers  


What is new keyword in javascript?

0 Answers  


What is event bubbling in the dom?

0 Answers  


Difference between scripting language and programming language??

1 Answers  


Categories