Results 1 - 2 of 2

WindowBase64.btoa()

The WindowBase64.btoa() method creates a base-64 encoded ASCII string from a String object in which each character in the string is treated as a byte of binary data.
API data Method Reference Strings strings Web

Template literals

Template literals are string literals allowing embedded expressions. You can use multi-line strings and string interpolation features with them. They were called "template strings" in prior editions of the ES2015 / ES6 specification.
ECMAScript6 JavaScript Template literals Template Strings