Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
1072Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
904What are the problems associated with using javascript, and are there javascript techniques that you discourage?
1326If an array with name as "names" contain three elements, then how will you print the third element of this array?
1080
What is the potential disadvantage of using a sticky session?
What are javascript closures?when would you use them?
What is global variable in javascript?
Does html5 replace javascript?
What are the primitive data types in JavaScript?
Can I write javascript in notepad?
What does double mean in javascript?
What is called variable?
What are exports & imports?
What is the use of blur function?
What is the difference between ‘function declaration’ and ‘function expression’?
What is the difference between the keywords var and let?
What are the data types in js?
I need project details about WEB CONTENT FILTERING USING NEURAL NETWORKS and how to explain it....plz help me in this topic.....
What is unescape() function?