What is Date object in JavaScript?


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

Post New Answer

More JavaScript Interview Questions

What is an asynchronous programming? Why is it important in javascript?

0 Answers  


How fast can you learn coding?

0 Answers  


Is javascript backend or frontend?

0 Answers  


Which parameter of load ()' s callback function has the data?

1 Answers  


The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here

0 Answers  


Do I need var in javascript?

0 Answers  


Which built-in method returns the length of the string?

0 Answers  


Where do I put javascript code in html?

0 Answers  


How do you disable javascript?

0 Answers  


How dhtml is used in javascript?

0 Answers  


What are the predefined functions in javascript?

0 Answers  


How do you assign object properties?

3 Answers   Satyam,


Categories