Back to I/O
parse
Parse a string into a number.
Syntax
parse(s) → Parsed numeric value
Backends
TypeScript
Description
Parse a string into a number.
Parameters
| Name | Description |
|---|---|
| s | String to parse |
Returns
Parsed numeric value