We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Most of the time, operators and functions automatically convert a value to the right type. That’s called “type conversion”.
For example, alert automatically converts any value to a string to show it. Mathematical operations convert values to numbers.
alert
There are also cases when we need to explicitly convert a value to put things right.