What is the difference between scripting and programming?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need hoisting in javascript?
Is javascript frontend or backend?
Is javascript a security risk?
Is there any ide for javascript?
Explain the typeof operator?
Explain escape() in javascript?
What is the difference of "settimeout" function and setinterval functions in javascript
Are Typescript and Javascript the same?
Are javascript variables case sensitive?
Explain spread operator in javascript?
hi i want validations for two dropdown lists in java script.when user enter to second dropdown list by skipping first dropdown list we should get alert box. please help me very urgent
<script type="text/javascript"> function dispValue(e) { v = function (s) { return e.name + ': ' + s } if (e.type == "") return v(e.checked ? "" : ""); else return v(e.value); }