Javascript Interview Questions
Homepage
About Us
Topics
Contact Us
Advertise
Jobs
Walkin
Most Visited Questions
How to use Ltrim In Javascirpt
Write javascript to open child window and then close parent window
What can a JavaScript Do
Change the height and width of an image
What are JavaScript types
Get Back Character to ASCII
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