javascriptEncode base64
Usage example
btoa("example")
output
ZXhhbXBsZQ==
Related
More of Javascript
- Validate email
- Sleep
- Sort array of objects by specific property
- Use variable as regex
- Round to 1 decimal
- How to stop setTimeout execution
- Get width and height of a window
- Shuffle (randomize) an array
- Get URL query string values by parameter name
- How to return to a previous page
See more codes...