I use this to encode number to string
let n = 4358799123
console.log(n.toString(32)) // 41srvoj
how to reverse 41srvoj to 4358799123?
I use this to encode number to string
let n = 4358799123
console.log(n.toString(32)) // 41srvoj
how to reverse 41srvoj to 4358799123?
Copyright © 2021 Jogjafile Inc.