Specifications
var h = parseInt( "0xFF" ); // h == 255
var x = parseInt( " 459xyz " ); // x == 459
Built-in operators
Javascript offers built-in operators in the following categories:
• Assignment operators
• Arithmetic operators
• String operators
• Logical operators
• Comparison operators
• Bit-wise operators
• Special operators
Assignment operators
These operators are used to assign the value of expressions to variables.
390
Enfocus Switch 10