display function javascript code example
Example 1: how to print to console javascript
console.log("string")
Example 2: js display
Check this! https://dev.to/devlorenzo/js-hide-and-show-32og
Example 3: html console text
<script>
console.log('%c text', 'background:---; color:---; font-size:---;');
</script>