selina
0
Q:

w3schools btoa example


 var str = "Hello World!";
var enc = window.btoa(str);

var res = "Encoded String: " + enc; 
1

New to Communities?

Join the community