<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);

}


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

What is difference between local variable and global?

0 Answers  


What will happen if an infinite while loop is run in Javascript?

0 Answers  


How do you write a comment in javascript?

0 Answers  


What is new keyword in javascript?

0 Answers  


What is the use of anonymous function in javascript?

0 Answers  






What is the use of a number object in javascript?

0 Answers  


What is the disadvantage of javascript?

0 Answers  


Is client side front end?

0 Answers  


How to shift and unshift using javascript?

0 Answers  


Which companies are using node js?

0 Answers  


What can javascript programs do?

1 Answers  


Explain function hoisting in javascript?

0 Answers  


Categories