how to print a string in in javascript code example
Example: html console text
<script>
console.log('%c text', 'background:---; color:---; font-size:---;');
</script>
<script>
console.log('%c text', 'background:---; color:---; font-size:---;');
</script>