Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
979Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
815What are the problems associated with using javascript, and are there javascript techniques that you discourage?
1148If an array with name as "names" contain three elements, then how will you print the third element of this array?
966
How to get complete current page url with javascript?
How many functions are there in javascript?
What are javascript properties?
What are the boolean operators supported by javascript? And operator: &&
what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";
Which keyword is used to print the text in the screen?
What are undefined and undeclared variables?
Explain few difference between null, undefined or undeclared javascript variable?
How to manage exception handling in javascript?
What are the types of data types?
What is new keyword in javascript?
Is javascript client side or server side?
Is javascript default scripting language?
What is closure? Give an example.
How do you check if a variable is an object