js
var myVariable = "hello world";
const myHash = myVariable.toString('base-64');
Just a test
js
var myVariable = "hello world";
const myHash = myVariable.toString('base-64');