javascriptEncode base64
Usage example
btoa("example")
output
ZXhhbXBsZQ==
Related
More of Javascript
- Validate email
- Throw error
- Round to 1 decimal
- Get selected option text of a dropdown (select) box
- How to check if array contains certain value
- Sort array of objects by specific property
- Insert text into textarea at cursor position
- Pretty print JSON
- Sleep
- Strip last character off a string
See more codes...