const styles = ['color: green', 'background: yellow'].join(';'); const message = 'Some Important Message Here'; // 3. Using the styles and message variable console.log('%c%s', styles, message);