Pages

JavaScript Built-in Functions

4/3/14
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...
Read more ...

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...
Read more ...

Related Posts