🏠 New in High Baseline Support: String raw()
March 30, 2018
The String.raw() static method interpolates template literal substitutions, but ignores escape sequences. It is the tag function for template literals.
Source features
javascript.builtins.String.raw[mdn]