Number Methods
The Number object contains only the default methods that are part of every object's definition.
MethodDescription
constructor()Returns the function that created this object's instance. By default this is the Number object.
toExponential()Forces a number to display in exponential notation, even if the number is in the range in which JavaScript normally uses standard notation.
toFixed()Formats a number with a...
SVN, iOS, VB.Net, JAVA, PHP, Python, Ruby, Perl, HTML, CSS, Javascript, MySQL, C++, UNIX,Tutorial, Examples,
JavaScript Quick Guide
4/3/14
What is JavaScript ?
JavaScript is:
JavaScript is a lightweight, interpreted programming language
Designed for creating network-centric applications
Complementary to and integrated with Java
Complementary to and integrated with HTML
Open and cross-platform
JavaScript Syntax:
A JavaScript consists of JavaScript statements that are placed within the <script>... </script> HTML tags in a web page.
You can place...
Subscribe to:
Posts (Atom)
Related Posts
-
If you want to list down your website, book or any other resource on this page then please contact at webmaster@tutorialspoint.com CSS 1...
-
This is a complete reference guide for web developers where haved we listed all the CSS properties defined in the World Wide Web Consortium...
-
If you think this PDF is worth of $5.99 value, kindly pay this little amount using a Credit Card or PayPal for the PDF. Download CSS Tu...
-
Description: This method creates an HTML anchor that is used as a hypertext target. Syntax: string .anchor( anchorname ) Here is ...
-
Description: This method returns a number indicating whether a reference string comes before or after or is the same as the given string ...
-
Description: Javascript array unshift() method adds one or more elements to the beginning of an array and returns the new length of the...
-
Description: This method converts a number object, into a human readable string representing the number using the locale of the environ...
-
Description: Javascript boolean valueOf() method returns the primitive value of the specified boolean object.. Syntax: boolean .va...
-
Description: This method returns the index within the calling String object of the last occurrence of the specified value, starting the s...
-
Description: Javascript array toString() method returns a string representing the source code of the specified array and its elements. ...