3 d ·Translate

https://docs.vultr.com/javascript/global/parseInt


javascript parseint parseInt() is a JavaScript function used to convert a string into an integer.
parseInt(string, radix);
string → The value to convert to an integer.
radix (optional) → The base (2-36) of the numerical system. Default is 10 (decimal) if not specified.
Example 1: Basic Usage
javascript
Copy
Edit

JavaScript parseInt() - Parse String to Integer | Vultr Docs
Favicon 
docs.vultr.com

JavaScript parseInt() - Parse String to Integer | Vultr Docs