btoa is not defined js

JavaScript
Buffer.from('Hello world!', 'binary').toString('base64')console.log(Buffer.from('Hello World!').toString('base64'));

Source

Also in JavaScript: