taking output from the console with javascript code example
Example 1: how to print to console javascript
console.log("string")
Example 2: html console text
<script>
console.log('%c text', 'background:---; color:---; font-size:---;');
</script>