Script
const alerter = (text) => alert(`THIS IS AN ALERT ❗️\n\n${text}`); alerter("It's a nice day today, innit?");
ES6
Compiled
ES5
Compiled+Minified
ES5
HTML
ES5, Compiled+Minified