Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
1024Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?
850What are the problems associated with using javascript, and are there javascript techniques that you discourage?
1243If an array with name as "names" contain three elements, then how will you print the third element of this array?
1011
What can be the challenges during testing a program or a system?
What is local and global scope?
How to access the value of a textbox using javascript?
What is difference between callback and promise?
Name some of the built-in methods and the values returned by them.
What is called variable typing in javascript?
Why do we need currying?
hello sir my name is naga sekhar i completed my b-tech in 2011 with 61% in IT streme.I completed my core and advanced java coure before 8months back.Still i did not get the job.i tried so many times.and i went to some interviews but no use.now i want to get the job in software sector
Is there an alternative to javascript?
What is an example of javascript?
How to comment javascript code?
What is the concept of “functions as objects” and how does this affect variable scope?
What is difference between local variable and global?
Explain javascript debounce function?
How can a Javascript code redirect the user to a different page?