const encodedData = btoa('Hello, world'); // encode a string const decodedData = atob(encodedData); // decode the string