Javascript Interview Questions
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
Change the height and width of an image
How to compare two date in javascript
Write javascript to open child window and then close parent window
How to apply math function in javascript
How to match two string in Javascript
write a function to Get Lastindex of character and remove that character
Home
>>
Web Interview Questions
>>
Javascript Interview Questions
How to apply math function in javascript
Posted on June 17th , 2009 by Admin
var root = 4;
root = Sqr(root);
alert(root);
Site Search