JavaScript Numbers
JavaScript Tutorial » JavaScript Numbers
JavaScript supports both integer and floating-point numbers that can be represented in decimal, hexadecimal or octal notation
Example:
var a = 5; // integer number
var b = 2.45; // floating-point number
var c = 2bcc; // hexadecimal number
var b = 2.45; // floating-point number
var c = 2bcc; // hexadecimal number
Extra large numbers can be represented in exponential notation
Example:
var a = 2.45e4; // same as 24500
var b = 8.52e+6; // same as 8520000
var c = 9.25e-5; // same as 0.0000925
var b = 8.52e+6; // same as 8520000
var c = 9.25e-5; // same as 0.0000925
Note: The biggest safe integer in JavaScript is 9007199254740991 (253-1), and the smallest safe integer is -9007199254740991 (-(253-1))
Operating on Numbers and Strings - example
JavaScript strings can have numeric content:
Example:
<script>
var a = 100; // a is a number
var b = "10"; // b is a string
var c = a / b; // c will be 10
var c = a * b; // c will be 1000
var c = a - b; // c will be 90
</script>
JavaScript Numbers to words, with commas, to string, in variable names, only regex, betwin range, only input, to array.
JavaScript Numbers to words, with commas, to string, in variable names, only regex, betwin range, only input, to array
JavaScript Numbers - javascript tutorial
Online Editor
This tool makes it easy to create, adjust, and experiment with custom colors for the web.
HTML Templates

Magnews2 is a modern and creative free magazine and news website template that will help you kick off your online project in style.
CSS HTML Layout

Find here examples of creative and unique website layouts.
Free CSS HTML Menu

Find here examples of creative and unique website CSS HTML menu.