Are you concerned that older browsers don't support javascript and thus exclude a set of web users? Individual users?
1026Consider 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?
1245If an array with name as "names" contain three elements, then how will you print the third element of this array?
1014
How do you include a comment in javascript?
What is a currying function?
Does html5 replace javascript?
What is variable typing in javascript?
Is webassembly faster than javascript?
What is unescape() function?
hi i want validations for two drop down lists. when user enter to second list by skipping first list alert box should appear.